mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-19 11:18:19 +00:00
7 lines
373 B
Text
7 lines
373 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 --"
|
|
dev-lintcheck = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --features lintcheck -- lintcheck"
|
|
|
|
[build]
|
|
rustflags = ["-Zunstable-options"]
|