mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
reuse hover results with resultset
This commit is contained in:
parent
70061d2b7e
commit
f2775ac2e9
3 changed files with 173 additions and 94 deletions
|
@ -87,7 +87,7 @@ pub use crate::{
|
|||
references::ReferenceSearchResult,
|
||||
rename::RenameError,
|
||||
runnables::{Runnable, RunnableKind, TestId},
|
||||
static_index::{StaticIndex, StaticIndexedFile, TokenStaticData},
|
||||
static_index::{StaticIndex, StaticIndexedFile, TokenStaticData, TokenId},
|
||||
syntax_highlighting::{
|
||||
tags::{Highlight, HlMod, HlMods, HlOperator, HlPunct, HlTag},
|
||||
HlRange,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue