mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
4d1a11d354
If you've been using `./util/dev` before, this now becomes `cargo dev`. The key part of this change is found in `.cargo/config`. This means one less shell script and a bit more cross-platform support for contributors.
6 lines
179 B
Text
6 lines
179 B
Text
[alias]
|
|
uitest = "test --test compile-test"
|
|
dev = "run --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
|
|
|
|
[build]
|
|
rustflags = ["-Zunstable-options"]
|