We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1902c commit 94a73d7Copy full SHA for 94a73d7
.cargo/config
@@ -1,6 +1,7 @@
1
[alias]
2
uitest = "test --test compile-test"
3
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"
5
6
[build]
7
rustflags = ["-Zunstable-options"]
0 commit comments