Skip to content

Commit 3328501

Browse files
committed
reomove unecessary import
1 parent 035023f commit 3328501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/bool_assert_comparison.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use clippy_utils::{
2-
diagnostics::span_lint_and_sugg, higher::AssertExpn, is_direct_expn_of, source, sugg::Sugg, ty::implements_trait,
2+
diagnostics::span_lint_and_sugg, higher::AssertExpn, is_direct_expn_of, source, ty::implements_trait,
33
};
44
use rustc_ast::ast::LitKind;
55
use rustc_errors::Applicability;

0 commit comments

Comments
 (0)