mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Use numbers for lifetimes by default, add setting to prefer using parameter names
This commit is contained in:
parent
c22fed895e
commit
45756c823f
3 changed files with 94 additions and 59 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue