mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Cleanup imports
This commit is contained in:
parent
cfffea6dc8
commit
f11237561c
8 changed files with 20 additions and 27 deletions
|
@ -58,7 +58,6 @@ pub use crate::{
|
|||
},
|
||||
expr::ExprScopes,
|
||||
from_source::FromSource,
|
||||
ids::{HirFileId, MacroCallId, MacroCallLoc, MacroDefId, MacroFile},
|
||||
source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
|
||||
ty::{
|
||||
display::HirDisplay,
|
||||
|
@ -73,4 +72,6 @@ pub use hir_def::{
|
|||
path::{Path, PathKind},
|
||||
type_ref::Mutability,
|
||||
};
|
||||
pub use hir_expand::{either::Either, name::Name, Source};
|
||||
pub use hir_expand::{
|
||||
either::Either, name::Name, HirFileId, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Source,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue