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
67be42143a
rust
/
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 10:21:50 -05:00
#![
allow(clippy::All)
]
#![
warn(clippy::pedantic)
]
#[
warn(clippy::if_not_els)
]
rustfmt tests
2018-12-09 16:26:16 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink