mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
feat: Add return type hints for closures with block bodies
This commit is contained in:
parent
a40a847d77
commit
bd17933c31
8 changed files with 117 additions and 116 deletions
|
@ -109,6 +109,7 @@ impl StaticIndex<'_> {
|
|||
type_hints: true,
|
||||
parameter_hints: true,
|
||||
chaining_hints: true,
|
||||
closure_return_type_hints: true,
|
||||
hide_named_constructor_hints: false,
|
||||
max_length: Some(25),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue