This commit is contained in:
jnyfah 2025-06-18 02:57:53 +01:00
parent e417ae2b71
commit 8818e0140d

View file

@ -218,7 +218,7 @@ pub(super) fn hints(
}
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(")");