rust-clippy/tests/ui/author/repeat.rs

6 lines
79 B
Rust
Raw Normal View History

2021-10-29 01:39:41 +00:00
#[allow(clippy::no_effect)]
fn main() {
#[clippy::author]
[1_u8; 5];
}