rust-clippy/tests/ui/my_lint.rs
2018-10-13 00:42:55 +02:00

7 lines
96 B
Rust

#[clippy::author]
#[cfg(any(target_arch = "x86"))]
pub struct Foo {
x: u32,
}
fn main() {}