2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-03-02 14:27:19 +00:00
rust-clippy/tests/ui/unknown_clippy_lints.rs

6 lines
92 B
Rust
Raw Normal View History

#![allow(clippy::All)]
#![warn(clippy::pedantic)]
#[warn(clippy::if_not_els)]
2018-12-09 23:26:16 +01:00
fn main() {}