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-14 17:07:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
87ef86ef5a
rust-clippy
/
tests
/
ui
/
unknown_clippy_lints.rs
6 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for unknwon_clippy_lints lint
2018-09-10 15:21:50 +00:00
#![
allow(clippy::All)
]
#![
warn(clippy::pedantic)
]
#[
warn(clippy::if_not_els)
]
rustfmt tests
2018-12-09 22:26:16 +00:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink