Make display modules private

This commit is contained in:
Ville Penttinen 2019-04-08 16:07:50 +03:00
parent 7821c56be7
commit bd6ddfcdde
2 changed files with 6 additions and 5 deletions

View file

@ -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::{