mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
use either for uses
This commit is contained in:
parent
b863272899
commit
1cd184d653
6 changed files with 40 additions and 44 deletions
|
@ -17,6 +17,8 @@ macro_rules! impl_froms {
|
|||
}
|
||||
}
|
||||
|
||||
mod either;
|
||||
|
||||
pub mod db;
|
||||
#[macro_use]
|
||||
pub mod mock;
|
||||
|
@ -52,11 +54,12 @@ use crate::{
|
|||
};
|
||||
|
||||
pub use self::{
|
||||
either::Either,
|
||||
path::{Path, PathKind},
|
||||
name::Name,
|
||||
source_id::{AstIdMap, ErasedFileAstId},
|
||||
ids::{HirFileId, MacroDefId, MacroCallId, MacroCallLoc},
|
||||
nameres::{PerNs, Namespace, ImportId, ImportSource},
|
||||
nameres::{PerNs, Namespace, ImportId},
|
||||
ty::{Ty, ApplicationTy, TypeCtor, Substs, display::HirDisplay},
|
||||
impl_block::{ImplBlock, ImplItem},
|
||||
docs::{Docs, Documentation},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue