Merge pull request #21797 from ada4a/push-kmoyrzmylmqu

Remove outdated comment
This commit is contained in:
Lukas Wirth
2026-03-10 22:35:15 +00:00
committed by GitHub
@@ -208,7 +208,6 @@ pub(crate) fn fixup_syntax(
]);
}
},
// FIXME: foo::
ast::MatchExpr(it) => {
if it.expr().is_none() {
let match_token = match it.match_token() {