mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
5 lines
102 B
Bash
Executable file
5 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
CARGO_TARGET_DIR=$(pwd)/target/
|
|
export CARGO_TARGET_DIR
|
|
|
|
cd clippy_dev && cargo run -- "$@"
|