2019-02-08 01:05:52 -06:00
|
|
|
[alias]
|
|
|
|
uitest = "test --test compile-test"
|
2020-08-24 22:53:28 -05:00
|
|
|
dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
|
2021-03-09 07:40:59 -06:00
|
|
|
lintcheck = "run --target-dir lintcheck/target --package lintcheck --bin lintcheck --manifest-path lintcheck/Cargo.toml -- "
|
2021-05-12 18:41:22 -05:00
|
|
|
collect-metadata = "test --test dogfood --features metadata-collector-lint -- run_metadata_collection_lint --ignored"
|
2019-04-15 06:03:07 -05:00
|
|
|
|
|
|
|
[build]
|
|
|
|
rustflags = ["-Zunstable-options"]
|