Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8bc1be1

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 3058cb9 commit 8bc1be1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/needless_braces_on_range_literal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
//! }
1717
//! ```
1818
//!
19-
//! This lint is **warn** by default.
2019
2120
use clippy_utils::{diagnostics::span_lint_and_then, source::snippet_opt};
2221
use rustc_ast::ast::{Expr, ExprKind};

0 commit comments

Comments
 (0)