Skip to content

Commit c5189a2

Browse files
bors[bot]matklad
andauthored
Merge #7923
7923: Remove useless code_model indirection r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents 8b7e82b + 9faf8dd commit c5189a2

File tree

8 files changed

+2131
-2138
lines changed

8 files changed

+2131
-2138
lines changed

crates/hir/src/code_model.rs

Lines changed: 0 additions & 2095 deletions
This file was deleted.

crates/hir/src/from_id.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ use hir_def::{
1111
};
1212

1313
use crate::{
14-
code_model::{BuiltinType, GenericParam},
15-
Adt, AssocItem, DefWithBody, Field, GenericDef, Label, Local, MacroDef, ModuleDef, Variant,
16-
VariantDef,
14+
Adt, AssocItem, BuiltinType, DefWithBody, Field, GenericDef, GenericParam, Label, Local,
15+
MacroDef, ModuleDef, Variant, VariantDef,
1716
};
1817

1918
macro_rules! from_id {

0 commit comments

Comments
 (0)