mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Unconditionally enable location links in inlay hints again
This commit is contained in:
parent
5306eb06cc
commit
3a95864df5
7 changed files with 38 additions and 54 deletions
|
@ -107,7 +107,6 @@ impl StaticIndex<'_> {
|
|||
.analysis
|
||||
.inlay_hints(
|
||||
&InlayHintsConfig {
|
||||
location_links: true,
|
||||
render_colons: true,
|
||||
discriminant_hints: crate::DiscriminantHints::Fieldless,
|
||||
type_hints: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue