This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
f96eb611f8eb74fb865b51bf88683267c6885375
rust
/
tests
/
ui
/
author
/
repeat.rs
8 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-update
2025-02-28 23:20:48 +01:00
//@ check-pass
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
2021-12-06 12:33:31 +01:00
#[
allow(clippy::no_effect)
]
fn
main
(
)
{
#[
clippy::author
]
[
1_
u8
;
5
]
;
}
Reference in New Issue
Copy Permalink