]> git.lizzy.rs Git - rust.git/commitdiff
add shortcut "dev-crater" command to build and run "cargo dev crater"
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 27 Dec 2020 15:56:05 +0000 (16:56 +0100)
committerMatthias Krüger <matthias.krueger@famsik.de>
Sat, 23 Jan 2021 01:18:11 +0000 (02:18 +0100)
.cargo/config

index e70da43ab47abe45cb278e82216729723d7d37b0..220e74f5df42f5bd717776ab5c822f1f3abfe82f 100644 (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 --"
 [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"]
 
 [build]
 rustflags = ["-Zunstable-options"]