Skip to content

Commit

Permalink
Fix one import
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Feb 23, 2021
1 parent ff157ae commit 5f04b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_utils/src/visitors.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::utils::path_to_local_id;
use crate::path_to_local_id;
use rustc_hir as hir;
use rustc_hir::intravisit::{self, walk_expr, NestedVisitorMap, Visitor};
use rustc_hir::{Arm, Body, Expr, HirId, Stmt};
Expand Down

0 comments on commit 5f04b50

Please sign in to comment.