Skip to content

Commit 103ac52

Browse files
committed
reomove unecessary import
1 parent 073dd99 commit 103ac52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/bool_assert_comparison.rs

+1-1
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)