mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Remove useless code_model indirection
This commit is contained in:
parent
d2bb2268d3
commit
e346a9c5e1
5 changed files with 2120 additions and 2132 deletions
|
@ -11,9 +11,8 @@ use hir_def::{
|
|||
};
|
||||
|
||||
use crate::{
|
||||
code_model::{BuiltinType, GenericParam},
|
||||
Adt, AssocItem, DefWithBody, Field, GenericDef, Label, Local, MacroDef, ModuleDef, Variant,
|
||||
VariantDef,
|
||||
Adt, AssocItem, BuiltinType, DefWithBody, Field, GenericDef, GenericParam, Label, Local,
|
||||
MacroDef, ModuleDef, Variant, VariantDef,
|
||||
};
|
||||
|
||||
macro_rules! from_id {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue