Skip to content

Commit 0e491a0

Browse files
committed
Expand wildcard import
1 parent 863e6c4 commit 0e491a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/zero_sized_map_values.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use if_chain::if_chain;
2-
use rustc_hir::{self as hir, *};
2+
use rustc_hir::{self as hir, HirId, ItemKind, Node};
33
use rustc_lint::{LateContext, LateLintPass};
44
use rustc_middle::ty::{Adt, Ty};
55
use rustc_session::{declare_lint_pass, declare_tool_lint};

0 commit comments

Comments
 (0)