mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Initial support for implicit drop inlay hint
This commit is contained in:
parent
56abc0a29c
commit
4d55cac466
12 changed files with 284 additions and 25 deletions
|
@ -118,6 +118,7 @@ impl StaticIndex<'_> {
|
|||
adjustment_hints: crate::AdjustmentHints::Never,
|
||||
adjustment_hints_mode: AdjustmentHintsMode::Prefix,
|
||||
adjustment_hints_hide_outside_unsafe: false,
|
||||
implicit_drop_hints: false,
|
||||
hide_named_constructor_hints: false,
|
||||
hide_closure_initialization_hints: false,
|
||||
closure_style: hir::ClosureStyle::ImplFn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue