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
296edda3a9
rust
/
tests
/
ui
/
conf_path_non_string.rs
6 lines
75 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)
]
Reduce the hackiness of cargo-clippy
2017-09-18 12:47:33 +02:00
Add more tests for bad configuration file
2016-10-02 14:43:09 +02:00
#![
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 New Issue
Copy Permalink