]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/tool_lints.rs
Auto merge of #61421 - vorner:string-in-rc-into-raw-docs, r=RalfJung
[rust.git] / src / test / run-pass / tool_lints.rs
1 #![deny(unknown_lints)]
2
3 #[allow(clippy::almost_swapped)]
4 fn main() {}