mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
7 lines
186 B
Bash
Executable file
7 lines
186 B
Bash
Executable file
#!/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 -- "$@"
|