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
50ffaca4c9
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 07:43:09 -05:00
#![
feature(attr_literals)
]
Reduce the hackiness of cargo-clippy
2017-09-18 05:47:33 -05:00
Add more tests for bad configuration file
2016-10-02 07:43:09 -05:00
#![
plugin(clippy(conf_file=42))
]
remove all //~ from tests
2017-02-08 07:58:07 -06:00
Add more tests for bad configuration file
2016-10-02 07:43:09 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink