Skip to content

Commit 7ceb718

Browse files
committed
Remove outdated comment
1 parent 129a4b1 commit 7ceb718

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)