Skip to content

Commit 8818e01

Browse files
committed
undo
1 parent e417ae2 commit 8818e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/inlay_hints/adjustment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ pub(super) fn hints(
218218
}
219219

220220
if !postfix && needs_inner_parens {
221-
(&mut pre.label).append_str("(");
221+
pre.label.append_str("(");
222222
}
223223
if needs_outer_parens || (!postfix && needs_inner_parens) {
224224
post.label.append_str(")");

0 commit comments

Comments
 (0)