Skip to content

Commit

Permalink
reomove unecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
ABouttefeux committed Oct 21, 2021
1 parent 035023f commit 3328501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/bool_assert_comparison.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use clippy_utils::{
diagnostics::span_lint_and_sugg, higher::AssertExpn, is_direct_expn_of, source, sugg::Sugg, ty::implements_trait,
diagnostics::span_lint_and_sugg, higher::AssertExpn, is_direct_expn_of, source, ty::implements_trait,
};
use rustc_ast::ast::LitKind;
use rustc_errors::Applicability;
Expand Down

0 comments on commit 3328501

Please sign in to comment.