Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
tool-attributes
/
tool_lints-rpass.rs
blob: 458eca19ed6c7c97ae49780c744b9838b948cf64 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
#![
deny
(
unknown_lints
)]
#[
allow
(
clippy
::
almost_swapped
)]
fn
main
()
{}