mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
make module module private
This commit is contained in:
parent
b7049ea543
commit
93fae08261
5 changed files with 8 additions and 9 deletions
|
@ -22,7 +22,7 @@ use crate::{
|
|||
hir::{
|
||||
FunctionDescriptor, ModuleDescriptor,
|
||||
function::FnDescriptor,
|
||||
module::{Problem},
|
||||
Problem,
|
||||
DeclarationDescriptor,
|
||||
},
|
||||
input::{FilesDatabase, SourceRoot, SourceRootId, WORKSPACE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue