aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/db.rs
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-12-15 09:25:59 +0000
committerEdwin Cheng <[email protected]>2020-12-15 09:25:59 +0000
commit1f4da7098c46a81784a099d80ba63539f94092d2 (patch)
tree2d060944b4283aaea6b814900b29b3d72bb4fdf3 /crates/hir_expand/src/db.rs
parent9da1eee436bdadfa3c80d309cd8bac385ef1d274 (diff)
Remove obsolete comment
Diffstat (limited to 'crates/hir_expand/src/db.rs')
-rw-r--r--crates/hir_expand/src/db.rs1
1 files changed, 0 insertions, 1 deletions
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 {
394 // FIXME: Handle Pattern 394 // FIXME: Handle Pattern
395 FragmentKind::Expr 395 FragmentKind::Expr
396 } 396 }
397 // FIXME: Expand to statements in appropriate positions; HIR lowering needs to handle that
398 EXPR_STMT => FragmentKind::Statements, 397 EXPR_STMT => FragmentKind::Statements,
399 BLOCK_EXPR => FragmentKind::Expr, 398 BLOCK_EXPR => FragmentKind::Expr,
400 ARG_LIST => FragmentKind::Expr, 399 ARG_LIST => FragmentKind::Expr,