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