mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
make module module private
This commit is contained in:
parent
b7049ea543
commit
93fae08261
5 changed files with 8 additions and 9 deletions
|
@ -11,9 +11,9 @@ use rustc_hash::{FxHashMap};
|
|||
|
||||
use crate::{
|
||||
db::{self, SyntaxDatabase},
|
||||
hir::{
|
||||
module::{ModuleDescriptor}
|
||||
},
|
||||
hir::
|
||||
ModuleDescriptor
|
||||
,
|
||||
Cancelable, FilePosition
|
||||
};
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ use crate::{
|
|||
db::RootDatabase,
|
||||
completion::CompletionItem,
|
||||
hir::{
|
||||
module::{ModuleDescriptor},
|
||||
ModuleDescriptor,
|
||||
function::FnScopes,
|
||||
Def,
|
||||
Path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue