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