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
0972c3b56596b51f9cfdf99a5ad74c754e94d3aa
rust
/
tests
/
ui
/
author
/
repeat.rs
8 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Update UI tests
2025-02-11 17:57:08 +01:00
//@ check-pass
Extend author lint
2021-10-28 21:39:41 -04:00
#[
allow(clippy::no_effect)
]
fn
main
(
)
{
#[
clippy::author
]
[
1_
u8
;
5
]
;
}
Reference in New Issue
Copy Permalink