mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Split the hover module up
This commit is contained in:
parent
22c6f0a8a5
commit
e60f3d265f
5 changed files with 4711 additions and 4720 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue