This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-11-18 18:58:45 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bb40db7adc
rust-clippy
/
tests
/
ui
/
author
/
for_loop.rs
9 lines
117 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove now stable tool_attributes feature
2018-08-23 13:36:07 +00:00
#![
feature(stmt_expr_attributes)
]
Patterns, locals and matches for author lint
2018-05-11 17:05:34 +00:00
fn
main
(
)
{
Use the new scoped tool attributes
2018-05-19 12:04:57 +00:00
#[
clippy::author
]
Patterns, locals and matches for author lint
2018-05-11 17:05:34 +00:00
for
y
in
0
..
10
{
let
z
=
y
;
}
}
Reference in a new issue
Copy permalink