mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-20 20:44:52 +00:00
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
CARGO_TARGET_DIR=$(pwd)/target/
|
|
export CARGO_TARGET_DIR
|
|
|
|
cd clippy_dev && cargo run -- "$@"
|