Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
tool-attributes
/
tool_lints_2018_preview.rs
blob: 458eca19ed6c7c97ae49780c744b9838b948cf64 [
file
]
//@ run-pass
#![
deny
(
unknown_lints
)]
#[
allow
(
clippy
::
almost_swapped
)]
fn
main
()
{}