This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6fc9d90b60
rust
/
tests
/
conf_whitelisted.rs
3 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Move all `*.toml` test files to `tests/aux`
2016-10-03 17:49:41 +02:00
#![
feature(plugin)
]
Apply changes that were required for running in the rustc test suite
2017-11-14 14:56:00 +01:00
#![
plugin(clippy(conf_file =
"
./auxiliary/conf_whitelisted.toml
"
))
]
Reference in New Issue
Copy Permalink