mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 04:08:40 +00:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
![]() |
#!/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 -- "$@"
|