mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-17 10:18:20 +00:00
6 lines
210 B
Text
6 lines
210 B
Text
[alias]
|
|
uitest = "test --test compile-test"
|
|
dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
|
|
|
|
[build]
|
|
rustflags = ["-Zunstable-options"]
|