mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Remove unnecessary Hint suffix on InlayKind variants
This commit is contained in:
parent
60075a6625
commit
f2444b2a40
13 changed files with 87 additions and 95 deletions
|
@ -55,7 +55,7 @@ pub(super) fn hints(
|
|||
|
||||
InlayHint {
|
||||
range,
|
||||
kind: InlayKind::ParameterHint,
|
||||
kind: InlayKind::Parameter,
|
||||
label: InlayHintLabel::simple(param_name, None, linked_location),
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue