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