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:
Dennis Luxen 2022-06-04 19:12:32 +02:00 committed by Dennis Luxen
parent ba43f0aee9
commit 3058cb941c

View file

@ -8,7 +8,7 @@
//! }
//! ```
//!
//! And suggest this:
//! Use instead:
//!
//! ```rust
//! for i in 0..10 {