Skip to content

Commit b32f1fb

Browse files
jackh726flip1995
authored andcommitted
Fix nit and cargo.lock
1 parent 43a1777 commit b32f1fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

util/dev

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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 -- "$@"

0 commit comments

Comments
 (0)