Remove ShortLabel

This commit is contained in:
Lukas Wirth 2021-03-16 15:44:31 +01:00
parent b4ed3e1551
commit 4628d94e74
3 changed files with 16 additions and 145 deletions

View file

@ -2,8 +2,7 @@
//! into types that may be used to render in a UI.
pub(crate) mod navigation_target;
mod short_label;
pub(crate) use navigation_target::{ToNav, TryToNav};
pub(crate) use syntax::display::{function_declaration, macro_label};
pub(crate) use syntax::display::macro_label;