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 5e00f8d commit c4e803fCopy full SHA for c4e803f
clippy_lints/src/unnecessary_wrap.rs
@@ -5,7 +5,7 @@ use crate::utils::{
5
use if_chain::if_chain;
6
use rustc_errors::Applicability;
7
use rustc_hir::intravisit::FnKind;
8
-use rustc_hir::*;
+use rustc_hir::{Body, ExprKind, FnDecl, HirId};
9
use rustc_lint::{LateContext, LateLintPass};
10
use rustc_middle::ty::subst::GenericArgKind;
11
use rustc_session::{declare_lint_pass, declare_tool_lint};
0 commit comments