mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Remove obsolete comment
This commit is contained in:
parent
9da1eee436
commit
1f4da7098c
1 changed files with 0 additions and 1 deletions
|
@ -394,7 +394,6 @@ fn to_fragment_kind(db: &dyn AstDatabase, id: MacroCallId) -> FragmentKind {
|
||||||
// FIXME: Handle Pattern
|
// FIXME: Handle Pattern
|
||||||
FragmentKind::Expr
|
FragmentKind::Expr
|
||||||
}
|
}
|
||||||
// FIXME: Expand to statements in appropriate positions; HIR lowering needs to handle that
|
|
||||||
EXPR_STMT => FragmentKind::Statements,
|
EXPR_STMT => FragmentKind::Statements,
|
||||||
BLOCK_EXPR => FragmentKind::Expr,
|
BLOCK_EXPR => FragmentKind::Expr,
|
||||||
ARG_LIST => FragmentKind::Expr,
|
ARG_LIST => FragmentKind::Expr,
|
||||||
|
|
Loading…
Reference in a new issue