We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bcfc1 commit 32a35bcCopy full SHA for 32a35bc
1 file changed
src/tools/rust-analyzer/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