removed prints

This commit is contained in:
Jeroen Vannevel 2022-01-22 11:46:41 +00:00
parent 96ab4c6e6c
commit 4ab7c4d99b
2 changed files with 6 additions and 31 deletions

View file

@ -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>,