This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-11-24 05:33:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a68abc03a2
rust-clippy
/
.cargo
/
config
6 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
Add a uitest subcommand to simplify UI test invocation This allows to run `TESTNAME=xxx cargo uitest` instead of `TESTNAME=xxx cargo test --test-compile-test`
2019-02-08 07:05:52 +00:00
[alias]
uitest = "test --test compile-test"
Enable -Zunstable-options in .cargo/config
2019-04-15 11:03:07 +00:00
[build]
rustflags = ["-Zunstable-options"]
Reference in a new issue
Copy permalink