2019-02-08 01:05:52 -06:00
|
|
|
[alias]
|
|
|
|
uitest = "test --test compile-test"
|
2020-08-28 09:10:16 -05:00
|
|
|
dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
|
2021-01-30 11:06:34 -06:00
|
|
|
dev-lintcheck = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --features lintcheck -- lintcheck"
|
2019-04-15 06:03:07 -05:00
|
|
|
|
|
|
|
[build]
|
|
|
|
rustflags = ["-Zunstable-options"]
|