mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
fix after rebase
This commit is contained in:
parent
fd4456d0ec
commit
5b0267ecf7
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ pub use self::{
|
||||||
name::Name,
|
name::Name,
|
||||||
ids::{HirFileId, DefId, DefLoc, MacroCallId, MacroCallLoc},
|
ids::{HirFileId, DefId, DefLoc, MacroCallId, MacroCallLoc},
|
||||||
macros::{MacroDef, MacroInput, MacroExpansion},
|
macros::{MacroDef, MacroInput, MacroExpansion},
|
||||||
module::{Module, ModuleId, Problem, nameres::{ItemMap, PerNs, Namespace}, ModuleScope, Resolution},
|
module_tree::ModuleId,
|
||||||
|
nameres::{ItemMap, PerNs, Namespace, Resolution},
|
||||||
function::{Function, FnSignature, FnScopes, ScopesWithSyntaxMapping},
|
function::{Function, FnSignature, FnScopes, ScopesWithSyntaxMapping},
|
||||||
adt::{Struct, Enum},
|
adt::{Struct, Enum},
|
||||||
ty::Ty,
|
ty::Ty,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue