mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-18 19:21:38 +00:00
Lazily compute location links in type hints again
This commit is contained in:
parent
f5b86e056b
commit
41e6a8747d
3 changed files with 18 additions and 9 deletions
|
|
@ -91,7 +91,8 @@ pub use crate::{
|
|||
inlay_hints::{
|
||||
AdjustmentHints, AdjustmentHintsMode, ClosureReturnTypeHints, DiscriminantHints,
|
||||
GenericParameterHints, InlayFieldsToResolve, InlayHint, InlayHintLabel, InlayHintLabelPart,
|
||||
InlayHintPosition, InlayHintsConfig, InlayKind, InlayTooltip, LifetimeElisionHints, LazyProperty
|
||||
InlayHintPosition, InlayHintsConfig, InlayKind, InlayTooltip, LazyProperty,
|
||||
LifetimeElisionHints,
|
||||
},
|
||||
join_lines::JoinLinesConfig,
|
||||
markup::Markup,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue