diff options
| author | Philipp Krones <hello@philkrones.com> | 2023-12-01 18:21:58 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2023-12-01 18:21:58 +0100 |
| commit | c9a43b18f11219fa70fe632b29518581fcd589c8 (patch) | |
| tree | 1f2a8d5860997752250844b0b8634c09560e14a5 /clippy_lints/src/manual_assert.rs | |
| parent | 3a760909fa8a5dbafcb89e409ab61768a206c8f7 (diff) | |
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Diffstat (limited to 'clippy_lints/src/manual_assert.rs')
| -rw-r--r-- | clippy_lints/src/manual_assert.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/manual_assert.rs b/clippy_lints/src/manual_assert.rs index 9a3da975f83..4f6a2cf017c 100644 --- a/clippy_lints/src/manual_assert.rs +++ b/clippy_lints/src/manual_assert.rs @@ -5,7 +5,7 @@ use clippy_utils::{is_else_clause, peel_blocks_with_stmt, span_extract_comment, use rustc_errors::Applicability; use rustc_hir::{Expr, ExprKind, UnOp}; use rustc_lint::{LateContext, LateLintPass}; -use rustc_session::{declare_lint_pass, declare_tool_lint}; +use rustc_session::declare_lint_pass; use rustc_span::sym; declare_clippy_lint! { |
