mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
hacky_block_expr_with_comments
This commit is contained in:
parent
5d35e5882c
commit
96ab4c6e6c
2 changed files with 10 additions and 11 deletions
|
@ -1524,9 +1524,7 @@ fn make_body(
|
|||
println!("element: {:?}", element);
|
||||
}
|
||||
|
||||
make::block_expr_full(elements, tail_expr)
|
||||
|
||||
// make::block_expr(parent.statements().into_iter(), tail_expr)
|
||||
make::hacky_block_expr_with_comments(elements, tail_expr)
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue