mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +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
|
@ -28,9 +28,8 @@ use syntax::{
|
|||
};
|
||||
|
||||
use crate::{
|
||||
code_model::BuiltinType, db::HirDatabase, semantics::PathResolution, Adt, Const, Field,
|
||||
Function, Local, MacroDef, ModuleDef, Static, Struct, Trait, Type, TypeAlias, TypeParam,
|
||||
Variant,
|
||||
db::HirDatabase, semantics::PathResolution, Adt, BuiltinType, Const, Field, Function, Local,
|
||||
MacroDef, ModuleDef, Static, Struct, Trait, Type, TypeAlias, TypeParam, Variant,
|
||||
};
|
||||
use base_db::CrateId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue