This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-02-06 20:13:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0692b2bb92
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 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 New Issue
Copy Permalink