Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
author
/
repeat.rs
blob: 872f99844a01ecae65348a4bb6e96b1da2cf12a9 [
file
] [
log
] [
blame
]
//@ check-pass
#[
allow
(
clippy
::
no_effect
)]
fn
main
()
{
#[
clippy
::
author
]
[
1
_u8
;
5
];
}