about summary refs log tree commit diff
path: root/util/dev
blob: 319de217e0d90170c1bcf7545aef25e1caff11d5 (plain)
1
2
3
4
5
6
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 -- "$@"