mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Shorten frequent names
This commit is contained in:
parent
6fb52af521
commit
64a6ee4535
8 changed files with 222 additions and 246 deletions
|
@ -76,7 +76,7 @@ pub use crate::{
|
|||
references::{rename::RenameError, Declaration, ReferenceSearchResult},
|
||||
runnables::{Runnable, RunnableKind, TestId},
|
||||
syntax_highlighting::{
|
||||
tags::{Highlight, HighlightModifier, HighlightModifiers, HighlightTag},
|
||||
tags::{Highlight, HlMod, HlMods, HlTag},
|
||||
HighlightedRange,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue