Files
rust/tests/ui/author/repeat.rs
Guillaume Gomez f666fd6417 Update UI tests
2025-02-15 13:38:16 +01:00

8 lines
95 B
Rust

//@ check-pass
#[allow(clippy::no_effect)]
fn main() {
#[clippy::author]
[1_u8; 5];
}