Skip to content

Commit 32a35bc

Browse files
committed
Remove outdated comment
1 parent a7bcfc1 commit 32a35bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/tools/rust-analyzer/crates/hir-expand/src

src/tools/rust-analyzer/crates/hir-expand/src/fixup.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ pub(crate) fn fixup_syntax(
208208
]);
209209
}
210210
},
211-
// FIXME: foo::
212211
ast::MatchExpr(it) => {
213212
if it.expr().is_none() {
214213
let match_token = match it.match_token() {

0 commit comments

Comments
 (0)