mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Auto merge of #13832 - Veykril:discriminant-hints, r=Veykril
Enum variant discriminants hints 
This commit is contained in:
commit
17cc78f169
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