]> git.lizzy.rs Git - rust.git/blob - util/dev
Auto merge of #5111 - flip1995:changelog, r=phansch
[rust.git] / util / dev
1 #!/bin/sh
2 CARGO_TARGET_DIR=$(pwd)/target/
3 export CARGO_TARGET_DIR
4
5 echo 'Deprecated! `util/dev` usage is deprecated, please use `cargo dev` instead.'
6
7 cd clippy_dev && cargo run -- "$@"