summary refs log tree commit diff
path: root/src/test/run-pass/tool_lints_2018_preview.rs
blob: be6d1991374c303e1fa8f99bc8322544d7c98f97 (plain)
1
2
3
4
5
#![feature(rust_2018_preview)]
#![deny(unknown_lints)]

#[allow(clippy::almost_swapped)]
fn main() {}