mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Reduce visibiity
This commit is contained in:
parent
6574a6f448
commit
763b13a74e
2 changed files with 14 additions and 13 deletions
|
@ -15,7 +15,8 @@ macro_rules! eprintln {
|
|||
($($tt:tt)*) => { stdx::eprintln!($($tt)*) };
|
||||
}
|
||||
|
||||
pub mod mock_analysis;
|
||||
#[cfg(test)]
|
||||
mod mock_analysis;
|
||||
|
||||
mod markup;
|
||||
mod prime_caches;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue