remove needless my_lint ui test

This commit is contained in:
Lzu Tao 2019-10-25 20:09:28 +07:00
parent 6a66c9fe64
commit 83b90d8a86

View File

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