Skip to content

Commit ef87163

Browse files
committed
fix: place type inlay hints after the item and without left-padding
1 parent 2f8cd66 commit ef87163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide/src/inlay_hints/bind_pat.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ pub(super) fn hints(
106106
kind: InlayKind::Type,
107107
label,
108108
text_edit,
109-
position: InlayHintPosition::Before,
110-
pad_left: !has_colon,
109+
position: InlayHintPosition::After,
110+
pad_left: false,
111111
pad_right: false,
112112
});
113113

0 commit comments

Comments
 (0)