mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Remove ty from code_model
This commit is contained in:
parent
b77d7c24aa
commit
b37c6a746b
9 changed files with 53 additions and 55 deletions
|
@ -31,7 +31,6 @@ pub mod debug;
|
|||
pub mod db;
|
||||
pub mod source_binder;
|
||||
|
||||
mod ty;
|
||||
pub mod diagnostics;
|
||||
|
||||
mod from_id;
|
||||
|
@ -48,11 +47,6 @@ pub use crate::{
|
|||
},
|
||||
from_source::FromSource,
|
||||
source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
|
||||
ty::{
|
||||
display::HirDisplay,
|
||||
primitive::{FloatBitness, FloatTy, IntBitness, IntTy, Signedness, Uncertain},
|
||||
ApplicationTy, CallableDef, Substs, TraitRef, Ty, TypeCtor, TypeWalk,
|
||||
},
|
||||
};
|
||||
|
||||
pub use hir_def::{
|
||||
|
@ -66,3 +60,4 @@ pub use hir_def::{
|
|||
pub use hir_expand::{
|
||||
name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile,
|
||||
};
|
||||
pub use hir_ty::{display::HirDisplay, CallableDef};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue