Skip to content

Commit 77d29b0

Browse files
committed
remove again defkind EIIShim
1 parent 3573fb6 commit 77d29b0

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::intravisit::Visitor;
77
use rustc_hir::lang_items::LangItem;
88
use rustc_hir_analysis::check::check_function_signature;

0 commit comments

Comments
 (0)