]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/.cargo/config
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / clippy / .cargo / config
CommitLineData
f20569fa
XL
1[alias]
2uitest = "test --test compile-test"
3dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
4lintcheck = "run --target-dir lintcheck/target --package lintcheck --bin lintcheck --manifest-path lintcheck/Cargo.toml -- "
5
6[build]
7rustflags = ["-Zunstable-options"]