We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbcea8 commit aee4f1fCopy full SHA for aee4f1f
clippy_lints/src/bool_assert_comparison.rs
@@ -1,7 +1,7 @@
1
use clippy_utils::{diagnostics::span_lint_and_sugg, higher, is_direct_expn_of, ty::implements_trait};
2
use rustc_ast::ast::LitKind;
3
use rustc_errors::Applicability;
4
-use rustc_hir::*;
+use rustc_hir::{Expr, ExprKind, Lit};
5
use rustc_lint::{LateContext, LateLintPass};
6
use rustc_middle::ty;
7
use rustc_session::{declare_lint_pass, declare_tool_lint};
0 commit comments