make module module private

This commit is contained in:
Aleksey Kladov 2018-11-27 23:35:53 +03:00
parent b7049ea543
commit 93fae08261
5 changed files with 8 additions and 9 deletions

View file

@ -11,9 +11,9 @@ use rustc_hash::{FxHashMap};
use crate::{
db::{self, SyntaxDatabase},
hir::{
module::{ModuleDescriptor}
},
hir::
ModuleDescriptor
,
Cancelable, FilePosition
};

View file

@ -11,7 +11,7 @@ use crate::{
db::RootDatabase,
completion::CompletionItem,
hir::{
module::{ModuleDescriptor},
ModuleDescriptor,
function::FnScopes,
Def,
Path,