feat: Implement lifetime elision hints

This commit is contained in:
Lukas Wirth 2022-03-18 18:11:16 +01:00
parent 890f98f21f
commit 673e2b1d8f
5 changed files with 242 additions and 17 deletions

View file

@ -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),
},