Skip to content

Commit 94a73d7

Browse files
committed
add shortcut "dev-crater" command to build and run "cargo dev crater"
1 parent ec1902c commit 94a73d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cargo/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[alias]
22
uitest = "test --test compile-test"
33
dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
4+
dev-crater = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --features crater -- crater"
45

56
[build]
67
rustflags = ["-Zunstable-options"]

0 commit comments

Comments
 (0)