rust-clippy/util/dev

6 lines
102 B
Text
Raw Normal View History

#!/bin/sh
2019-10-18 04:10:15 +00:00
CARGO_TARGET_DIR=$(pwd)/target/
export CARGO_TARGET_DIR
2019-10-18 04:10:15 +00:00
cd clippy_dev && cargo run -- "$@"