Skip to content

Commit add33b6

Browse files
committed
Remove FIXME comment for unreachable fallback.
1 parent e45a250 commit add33b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/ide-assists/src/handlers/inline_call.rs

-2
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ fn inline(
306306
if let Some(body) = ast::BlockExpr::cast(insert_ws_into(fn_body.syntax().clone())) {
307307
body
308308
} else {
309-
// FIXME(zachs18): I believe this should be unreachable,
310-
// since insert_ws_into shouldn't change the kind of the SyntaxNode.
311309
fn_body.clone_for_update()
312310
}
313311
} else {

0 commit comments

Comments
 (0)