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
2024-11-24 05:33:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d4b536f540
rust-clippy
/
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 19:11:32 +00:00
// error-pattern: `conf_file` must be a named value
Reduce the hackiness of cargo-clippy
2017-09-18 10:47:33 +00:00
Start implementing a configuration file
2016-02-21 19:11:32 +00:00
#![
plugin(clippy(conf_file))
]
fn
main
(
)
{
}
Reference in a new issue
Copy permalink