mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Remove ShortLabel
This commit is contained in:
parent
b4ed3e1551
commit
4628d94e74
3 changed files with 16 additions and 145 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue