mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
always produce source for import
This commit is contained in:
parent
0a758a2c48
commit
0de89f786f
6 changed files with 70 additions and 29 deletions
|
@ -56,7 +56,7 @@ pub use self::{
|
|||
name::Name,
|
||||
source_id::{AstIdMap, ErasedFileAstId},
|
||||
ids::{HirFileId, MacroDefId, MacroCallId, MacroCallLoc, HirInterner},
|
||||
nameres::{PerNs, Namespace},
|
||||
nameres::{PerNs, Namespace, ImportId, ImportSource},
|
||||
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