mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-19 16:51:42 +00:00
refactor: remove TODO with no explanation
This commit is contained in:
parent
ebbbaaa90f
commit
0bb2298ac6
1 changed files with 0 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue