Fix nit and cargo.lock
This commit is contained in:
parent
41fe5c1ca7
commit
0e2f5c9862
1 changed files with 7 additions and 0 deletions
7
util/dev
Executable file
7
util/dev
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/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 -- "$@"
|
Loading…
Add table
Reference in a new issue