Skip to content

Commit 1f4da70

Browse files
committed
Remove obsolete comment
1 parent 9da1eee commit 1f4da70

File tree

1 file changed

+0
-1
lines changed
  • crates/hir_expand/src

1 file changed

+0
-1
lines changed

crates/hir_expand/src/db.rs

-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ fn to_fragment_kind(db: &dyn AstDatabase, id: MacroCallId) -> FragmentKind {
394394
// FIXME: Handle Pattern
395395
FragmentKind::Expr
396396
}
397-
// FIXME: Expand to statements in appropriate positions; HIR lowering needs to handle that
398397
EXPR_STMT => FragmentKind::Statements,
399398
BLOCK_EXPR => FragmentKind::Expr,
400399
ARG_LIST => FragmentKind::Expr,

0 commit comments

Comments
 (0)