Use numbers for lifetimes by default, add setting to prefer using parameter names
This commit is contained in:
@@ -112,6 +112,7 @@ impl StaticIndex<'_> {
|
||||
closure_return_type_hints: true,
|
||||
lifetime_elision_hints: false,
|
||||
hide_named_constructor_hints: false,
|
||||
param_names_for_lifetime_elision_hints: false,
|
||||
max_length: Some(25),
|
||||
},
|
||||
file_id,
|
||||
|
||||
Reference in New Issue
Block a user