mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
Fix one import
This commit is contained in:
parent
ff157ae1f4
commit
5f04b50191
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user