| commit | 8818e0140d370985025f97c151a9d7c2dab4f17a | [log] [tgz] |
|---|---|---|
| author | jnyfah <jnyfaah@gmail.com> | Wed Jun 18 02:57:53 2025 +0100 |
| committer | jnyfah <jnyfaah@gmail.com> | Wed Jun 18 02:57:53 2025 +0100 |
| tree | b5015a69cabbefbf176ac793f8df3c3f6b0906c0 | |
| parent | e417ae2b710b49582112896785b9177de5f64b13 [diff] |
undo
diff --git a/crates/ide/src/inlay_hints/adjustment.rs b/crates/ide/src/inlay_hints/adjustment.rs index f5960c1..7965e1f 100644 --- a/crates/ide/src/inlay_hints/adjustment.rs +++ b/crates/ide/src/inlay_hints/adjustment.rs
@@ -218,7 +218,7 @@ } if !postfix && needs_inner_parens { - (&mut pre.label).append_str("("); + pre.label.append_str("("); } if needs_outer_parens || (!postfix && needs_inner_parens) { post.label.append_str(")");