mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
feat: hide type inlay hints for initializations of closures
This commit is contained in:
parent
44be090f2e
commit
2b1c1a934c
5 changed files with 90 additions and 5 deletions
|
@ -113,6 +113,7 @@ impl StaticIndex<'_> {
|
|||
lifetime_elision_hints: crate::LifetimeElisionHints::Never,
|
||||
reborrow_hints: crate::ReborrowHints::Never,
|
||||
hide_named_constructor_hints: false,
|
||||
hide_closure_initialization_hints: false,
|
||||
param_names_for_lifetime_elision_hints: false,
|
||||
binding_mode_hints: false,
|
||||
max_length: Some(25),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue