This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
904f27a2ea7b13161cefc0a359b51a0e49f878b3
rust
/
tests
/
ui
/
conf_bad_arg.rs
7 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Start implementing a configuration file
2016-02-21 20:11:32 +01:00
// error-pattern: `conf_file` must be a named value
Reduce the hackiness of cargo-clippy
2017-09-18 12:47:33 +02:00
Start implementing a configuration file
2016-02-21 20:11:32 +01:00
#![
plugin(clippy(conf_file))
]
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink