This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1fd617d6df
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 17:21:50 +02:00
#![
allow(clippy::All)
]
#![
warn(clippy::pedantic)
]
#[
warn(clippy::if_not_els)
]
rustfmt tests
2018-12-09 23:26:16 +01:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink