Skip to content

Commit 5f04b50

Browse files
committed
Fix one import
1 parent ff157ae commit 5f04b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/visitors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::utils::path_to_local_id;
1+
use crate::path_to_local_id;
22
use rustc_hir as hir;
33
use rustc_hir::intravisit::{self, walk_expr, NestedVisitorMap, Visitor};
44
use rustc_hir::{Arm, Body, Expr, HirId, Stmt};

0 commit comments

Comments
 (0)