We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 129a4b1 + 7ceb718 commit e0269ceCopy full SHA for e0269ce
1 file changed
crates/hir-expand/src/fixup.rs
@@ -208,7 +208,6 @@ pub(crate) fn fixup_syntax(
208
]);
209
}
210
},
211
- // FIXME: foo::
212
ast::MatchExpr(it) => {
213
if it.expr().is_none() {
214
let match_token = match it.match_token() {
0 commit comments