We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72a1796 + 22599ad commit c4026bfCopy full SHA for c4026bf
crates/ide/src/inlay_hints/bind_pat.rs
@@ -106,8 +106,8 @@ pub(super) fn hints(
106
kind: InlayKind::Type,
107
label,
108
text_edit,
109
- position: InlayHintPosition::Before,
110
- pad_left: !has_colon,
+ position: InlayHintPosition::After,
+ pad_left: false,
111
pad_right: false,
112
});
113
crates/ide/src/inlay_hints/chaining.rs
@@ -625,8 +625,8 @@ fn main() {
625
[
626
InlayHint {
627
range: 124..130,
628
- position: Before,
629
- pad_left: true,
+ position: After,
630
631
kind: Type,
632
label: [
0 commit comments