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.
2 parents a7bcfc1 + 32a35bc commit f6a883dCopy full SHA for f6a883d
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