rust/src/test/ui/tool_lints-rpass.rs

7 lines
84 B
Rust

// run-pass
#![deny(unknown_lints)]
#[allow(clippy::almost_swapped)]
fn main() {}