We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45a250 commit add33b6Copy full SHA for add33b6
crates/ide-assists/src/handlers/inline_call.rs
@@ -306,8 +306,6 @@ fn inline(
306
if let Some(body) = ast::BlockExpr::cast(insert_ws_into(fn_body.syntax().clone())) {
307
body
308
} else {
309
- // FIXME(zachs18): I believe this should be unreachable,
310
- // since insert_ws_into shouldn't change the kind of the SyntaxNode.
311
fn_body.clone_for_update()
312
}
313
0 commit comments