This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bc6d85ceaf
rust
/
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 08:36:07 -05:00
#![
feature(stmt_expr_attributes)
]
Patterns, locals and matches for author lint
2018-05-11 12:05:34 -05:00
fn
main
(
)
{
Use the new scoped tool attributes
2018-05-19 07:04:57 -05:00
#[
clippy::author
]
Patterns, locals and matches for author lint
2018-05-11 12:05:34 -05:00
for
y
in
0
..
10
{
let
z
=
y
;
}
}
Reference in New Issue
Copy Permalink