Skip to content

Commit 3058cb9

Browse files
Update clippy_lints/src/needless_braces_on_range_literal.rs
Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
1 parent ba43f0a commit 3058cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/needless_braces_on_range_literal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! }
99
//! ```
1010
//!
11-
//! And suggest this:
11+
//! Use instead:
1212
//!
1313
//! ```rust
1414
//! for i in 0..10 {

0 commit comments

Comments
 (0)