Skip to content

Commit

Permalink
Fix nit and cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed May 7, 2020
1 parent 41fe5c1 commit 0e2f5c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions util/dev
Original file line number Diff line number Diff line change
@@ -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 -- "$@"

0 comments on commit 0e2f5c9

Please sign in to comment.