mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Simplify inlay hints needs_resolve
This commit is contained in:
parent
f07489ada9
commit
3115fd8b41
15 changed files with 6 additions and 24 deletions
|
@ -105,7 +105,6 @@ pub(super) fn hints(
|
|||
pad_left: true,
|
||||
pad_right: true,
|
||||
kind: InlayKind::Drop,
|
||||
needs_resolve: label.needs_resolve(),
|
||||
label,
|
||||
text_edit: None,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue