Remove FIXME comment for unreachable fallback.
This commit is contained in:
parent
e45a250f8c
commit
add33b65dd
@ -306,8 +306,6 @@ fn inline(
|
|||||||
if let Some(body) = ast::BlockExpr::cast(insert_ws_into(fn_body.syntax().clone())) {
|
if let Some(body) = ast::BlockExpr::cast(insert_ws_into(fn_body.syntax().clone())) {
|
||||||
body
|
body
|
||||||
} else {
|
} else {
|
||||||
// FIXME(zachs18): I believe this should be unreachable,
|
|
||||||
// since insert_ws_into shouldn't change the kind of the SyntaxNode.
|
|
||||||
fn_body.clone_for_update()
|
fn_body.clone_for_update()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user