mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Implement postfix adjustment hints
I'd say "First stab at implementing..." but I've been working on this for a month already lol
This commit is contained in:
parent
ae659125a5
commit
b89c4f0a05
7 changed files with 246 additions and 27 deletions
|
@ -115,6 +115,7 @@ impl StaticIndex<'_> {
|
|||
closure_return_type_hints: crate::ClosureReturnTypeHints::WithBlock,
|
||||
lifetime_elision_hints: crate::LifetimeElisionHints::Never,
|
||||
adjustment_hints: crate::AdjustmentHints::Never,
|
||||
adjustment_hints_postfix: false,
|
||||
adjustment_hints_hide_outside_unsafe: false,
|
||||
hide_named_constructor_hints: false,
|
||||
hide_closure_initialization_hints: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue