mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Make display modules private
This commit is contained in:
parent
7821c56be7
commit
bd6ddfcdde
2 changed files with 6 additions and 5 deletions
|
@ -69,7 +69,7 @@ pub use crate::{
|
|||
folding_ranges::{Fold, FoldKind},
|
||||
syntax_highlighting::HighlightedRange,
|
||||
diagnostics::Severity,
|
||||
display::{FunctionSignature, NavigationTarget, structure::{StructureNode, file_structure}},
|
||||
display::{FunctionSignature, NavigationTarget, StructureNode, file_structure},
|
||||
};
|
||||
|
||||
pub use ra_db::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue