]> git.lizzy.rs Git - rust.git/blob - tests/ui/my_lint.rs
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / my_lint.rs
1 #[clippy::author]
2 #[cfg(any(target_arch = "x86"))]
3 pub struct Foo {
4     x: u32,
5 }
6
7 fn main() {}