Skip to content

Commit b45f96a

Browse files
committed
remove again defkind EIIShim
1 parent b3016cb commit b45f96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir_typeck/src/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use std::cell::RefCell;
22

33
use rustc_abi::ExternAbi;
4-
use rustc_hir as hir;
54
use rustc_hir::def::DefKind;
5+
use rustc_hir as hir;
66
use rustc_hir::lang_items::LangItem;
77
use rustc_hir_analysis::check::check_function_signature;
88
use rustc_infer::infer::RegionVariableOrigin;

0 commit comments

Comments
 (0)