mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +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 -- "$@"
|