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
3058cb941c
commit
8bc1be17d6
@ -16,7 +16,6 @@
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
//! This lint is **warn** by default.
|
||||
|
||||
use clippy_utils::{diagnostics::span_lint_and_then, source::snippet_opt};
|
||||
use rustc_ast::ast::{Expr, ExprKind};
|
||||
|
Loading…
x
Reference in New Issue
Block a user