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 13:43:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8fc00c57b6
rust-clippy
/
tests
/
ui
/
conf_path_non_string.rs
6 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
Add more tests for bad configuration file
2016-10-02 12:43:09 +00:00
#![
feature(attr_literals)
]
#![
feature(plugin)
]
#![
plugin(clippy(conf_file=42))
]
remove all //~ from tests
2017-02-08 13:58:07 +00:00
Add more tests for bad configuration file
2016-10-02 12:43:09 +00:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink