Remove outdated comment

This commit is contained in:
Ada Alakbarova
2026-03-10 19:12:12 +01:00
parent a7bcfc149f
commit 32a35bcb42
@@ -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() {