Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
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
];
}