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
2025-02-25 20:07:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
227dc44aee
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 08:05:52 +01:00
[alias]
uitest = "test --test compile-test"
Enable -Zunstable-options in .cargo/config
2019-04-15 13:03:07 +02:00
[build]
rustflags = ["-Zunstable-options"]
Reference in a new issue
Copy permalink