Skip to content

Commit 0e2f5c9

Browse files
committed
Fix nit and cargo.lock
1 parent 41fe5c1 commit 0e2f5c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

util/dev

+7
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)