]> git.lizzy.rs Git - rust.git/blob - tests/ui/my_lint.rs
Auto merge of #3635 - matthiaskrgr:revert_random_state_3603, r=xfix
[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() {}