Remove obsolete comment

This commit is contained in:
Edwin Cheng 2020-12-15 17:25:59 +08:00
parent 9da1eee436
commit 1f4da7098c

View file

@ -394,7 +394,6 @@ fn to_fragment_kind(db: &dyn AstDatabase, id: MacroCallId) -> FragmentKind {
// FIXME: Handle Pattern
FragmentKind::Expr
}
// FIXME: Expand to statements in appropriate positions; HIR lowering needs to handle that
EXPR_STMT => FragmentKind::Statements,
BLOCK_EXPR => FragmentKind::Expr,
ARG_LIST => FragmentKind::Expr,