refactor: remove TODO with no explanation

This commit is contained in:
shogo-nakano-desu 2023-09-15 16:43:31 +09:00
parent ebbbaaa90f
commit 0bb2298ac6

View File

@ -433,7 +433,6 @@ pub fn record_field(
ast_from_text(&format!("struct S {{ {visibility}{name}: {ty}, }}"))
}
// TODO
pub fn block_expr(
stmts: impl IntoIterator<Item = ast::Stmt>,
tail_expr: Option<ast::Expr>,