mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-28 07:30:57 +00:00
Update clippy_lints/src/needless_braces_on_range_literal.rs
Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
ba43f0aee9
commit
3058cb941c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
//! }
|
||||
//! ```
|
||||
//!
|
||||
//! And suggest this:
|
||||
//! Use instead:
|
||||
//!
|
||||
//! ```rust
|
||||
//! for i in 0..10 {
|
||||
|
|
Loading…
Reference in a new issue