rust/tests/ui/my_lint.rs

8 lines
96 B
Rust
Raw Normal View History

2018-09-27 19:10:20 +02:00
#[clippy::author]
#[cfg(any(target_arch = "x86"))]
pub struct Foo {
x: u32,
}
fn main() {}