mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
removed prints
This commit is contained in:
parent
96ab4c6e6c
commit
4ab7c4d99b
2 changed files with 6 additions and 31 deletions
|
@ -331,7 +331,7 @@ pub fn block_expr(
|
|||
|
||||
/// Ideally this function wouldn't exist since it involves manual indenting.
|
||||
/// It differs from `make::block_expr` by also supporting comments.
|
||||
///
|
||||
///
|
||||
/// FIXME: replace usages of this with the mutable syntax tree API
|
||||
pub fn hacky_block_expr_with_comments(
|
||||
elements: impl IntoIterator<Item = crate::SyntaxElement>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue