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
752900ca3b
rust
/
tests
/
conf_whitelisted.rs
4 lines
93 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)
]
aux -> auxiliary (breaks Windows)
2016-10-04 05:45:03 +02:00
#![
plugin(clippy(conf_file=
"
./tests/auxiliary/conf_whitelisted.toml
"
))
]
Move all `*.toml` test files to `tests/aux`
2016-10-03 17:49:41 +02:00
Reference in New Issue
Copy Permalink