From 1f4da7098c46a81784a099d80ba63539f94092d2 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Tue, 15 Dec 2020 17:25:59 +0800 Subject: Remove obsolete comment --- crates/hir_expand/src/db.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/hir_expand/src/db.rs b/crates/hir_expand/src/db.rs index 7fc700e82..11b5b98c8 100644 --- a/crates/hir_expand/src/db.rs +++ b/crates/hir_expand/src/db.rs @@ -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, -- cgit v1.2.3