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 ff157ae commit 5f04b50Copy full SHA for 5f04b50
clippy_utils/src/visitors.rs
@@ -1,4 +1,4 @@
1
-use crate::utils::path_to_local_id;
+use crate::path_to_local_id;
2
use rustc_hir as hir;
3
use rustc_hir::intravisit::{self, walk_expr, NestedVisitorMap, Visitor};
4
use rustc_hir::{Arm, Body, Expr, HirId, Stmt};
0 commit comments