This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2be6245179
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 10:49:41 -05:00
#![
feature(plugin)
]
aux -> auxiliary (breaks Windows)
2016-10-03 22:45:03 -05:00
#![
plugin(clippy(conf_file=
"
./tests/auxiliary/conf_whitelisted.toml
"
))
]
Move all `*.toml` test files to `tests/aux`
2016-10-03 10:49:41 -05:00
Reference in New Issue
Copy Permalink