mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
8 lines
186 B
Text
8 lines
186 B
Text
|
#!/bin/sh
|
||
|
CARGO_TARGET_DIR=$(pwd)/target/
|
||
|
export CARGO_TARGET_DIR
|
||
|
|
||
|
echo 'Deprecated! `util/dev` usage is deprecated, please use `cargo dev` instead.'
|
||
|
|
||
|
cd clippy_dev && cargo run -- "$@"
|