about summary refs log tree commit diff
path: root/clippy_lints/src/mutable_debug_assertion.rs
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2023-12-01 18:21:58 +0100
committerPhilipp Krones <hello@philkrones.com>2023-12-01 18:21:58 +0100
commitc9a43b18f11219fa70fe632b29518581fcd589c8 (patch)
tree1f2a8d5860997752250844b0b8634c09560e14a5 /clippy_lints/src/mutable_debug_assertion.rs
parent3a760909fa8a5dbafcb89e409ab61768a206c8f7 (diff)
downloadrust-c9a43b18f11219fa70fe632b29518581fcd589c8.tar.gz
rust-c9a43b18f11219fa70fe632b29518581fcd589c8.zip
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Diffstat (limited to 'clippy_lints/src/mutable_debug_assertion.rs')
-rw-r--r--clippy_lints/src/mutable_debug_assertion.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/mutable_debug_assertion.rs b/clippy_lints/src/mutable_debug_assertion.rs
index dea432fdbd5..96cd81ecdf3 100644
--- a/clippy_lints/src/mutable_debug_assertion.rs
+++ b/clippy_lints/src/mutable_debug_assertion.rs
@@ -5,7 +5,7 @@ use rustc_hir::{BorrowKind, Expr, ExprKind, MatchSource, Mutability};
 use rustc_lint::{LateContext, LateLintPass};
 use rustc_middle::hir::nested_filter;
 use rustc_middle::ty;
-use rustc_session::{declare_lint_pass, declare_tool_lint};
+use rustc_session::declare_lint_pass;
 use rustc_span::Span;
 
 declare_clippy_lint! {