]> git.lizzy.rs Git - rust.git/blob - tests/ui/my_lint.rs
Merge branch 'master' into rustfmt_tests
[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() {}