2019-02-08 08:05:52 +01:00
|
|
|
[alias]
|
|
|
|
uitest = "test --test compile-test"
|
2020-08-25 05:53:28 +02:00
|
|
|
dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
|
2021-01-23 00:25:29 +01: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 13:03:07 +02:00
|
|
|
|
|
|
|
[build]
|
|
|
|
rustflags = ["-Zunstable-options"]
|