mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Enum variant discriminants hints
This commit is contained in:
parent
b48a1ae004
commit
df8fc78ece
8 changed files with 217 additions and 2 deletions
|
@ -108,6 +108,7 @@ impl StaticIndex<'_> {
|
|||
&InlayHintsConfig {
|
||||
location_links: true,
|
||||
render_colons: true,
|
||||
discriminant_hints: crate::DiscriminantHints::Fieldless,
|
||||
type_hints: true,
|
||||
parameter_hints: true,
|
||||
chaining_hints: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue