mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
dont reexport module id
This commit is contained in:
parent
5603237c06
commit
544c63b58e
4 changed files with 13 additions and 9 deletions
|
@ -3,7 +3,8 @@ use ra_syntax::{ast, SyntaxNode, AstNode, TreePtr};
|
|||
|
||||
use crate::{
|
||||
Module, ModuleSource, Problem,
|
||||
Crate, DefId, DefLoc, DefKind, Name, Path, PathKind, PerNs, Def, ModuleId,
|
||||
Crate, DefId, DefLoc, DefKind, Name, Path, PathKind, PerNs, Def,
|
||||
module_tree::ModuleId,
|
||||
nameres::ModuleScope,
|
||||
db::HirDatabase,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue