Split the hover module up

This commit is contained in:
Lukas Wirth 2021-09-23 19:54:57 +02:00
parent 22c6f0a8a5
commit e60f3d265f
5 changed files with 4711 additions and 4720 deletions

View file

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