add shortcut "dev-crater" command to build and run "cargo dev crater"

This commit is contained in:
Matthias Krüger 2020-12-27 16:56:05 +01:00
parent ec1902ce43
commit 94a73d7b11

View File

@ -1,6 +1,7 @@
[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-crater = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --features crater -- crater"
[build]
rustflags = ["-Zunstable-options"]