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
5865c2aacd
rust
/
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 07:43:09 -05:00
#![
feature(attr_literals)
]
#![
feature(plugin)
]
#![
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