]> git.lizzy.rs Git - rust.git/blob - .cargo/config
Auto merge of #6603 - ThibsG:MatchOverlappingArm5986, r=flip1995
[rust.git] / .cargo / config
1 [alias]
2 uitest = "test --test compile-test"
3 dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
4 dev-lintcheck = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --features lintcheck -- lintcheck"
5
6 [build]
7 rustflags = ["-Zunstable-options"]