We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129a4b1 commit 7ceb718Copy full SHA for 7ceb718
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