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 607905d commit 34e302eCopy full SHA for 34e302e
clippy_lints/src/create_dir.rs
@@ -1,7 +1,7 @@
1
use crate::utils::{match_qpath, paths, snippet, span_lint_and_sugg};
2
use if_chain::if_chain;
3
use rustc_errors::Applicability;
4
-use rustc_hir::*;
+use rustc_hir::{Expr, ExprKind};
5
use rustc_lint::{LateContext, LateLintPass};
6
use rustc_session::{declare_lint_pass, declare_tool_lint};
7
0 commit comments