Skip to content

Commit 0bb2298

Browse files
refactor: remove TODO with no explanation
1 parent ebbbaaa commit 0bb2298

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/syntax/src/ast/make.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ pub fn record_field(
433433
ast_from_text(&format!("struct S {{ {visibility}{name}: {ty}, }}"))
434434
}
435435

436-
// TODO
437436
pub fn block_expr(
438437
stmts: impl IntoIterator<Item = ast::Stmt>,
439438
tail_expr: Option<ast::Expr>,

0 commit comments

Comments
 (0)