dont reexport module id

This commit is contained in:
Aleksey Kladov 2019-01-08 15:57:45 +03:00
parent 5603237c06
commit 544c63b58e
4 changed files with 13 additions and 9 deletions

View file

@ -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,
};