mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Reduce visibility
This commit is contained in:
parent
c692e07b4f
commit
e7c82eab21
2 changed files with 3 additions and 3 deletions
|
@ -28,8 +28,8 @@ macro_rules! impl_froms {
|
|||
|
||||
mod semantics;
|
||||
pub mod db;
|
||||
pub mod source_analyzer;
|
||||
pub mod source_binder;
|
||||
mod source_analyzer;
|
||||
mod source_binder;
|
||||
|
||||
pub mod diagnostics;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue