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