mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
feat: Implement lifetime elision hints
This commit is contained in:
parent
890f98f21f
commit
673e2b1d8f
5 changed files with 242 additions and 17 deletions
|
@ -110,6 +110,7 @@ impl StaticIndex<'_> {
|
|||
parameter_hints: true,
|
||||
chaining_hints: true,
|
||||
closure_return_type_hints: true,
|
||||
lifetime_elision_hints: false,
|
||||
hide_named_constructor_hints: false,
|
||||
max_length: Some(25),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue