Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/src/ast/make.rs')
| -rw-r--r-- | crates/syntax/src/ast/make.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/src/ast/make.rs b/crates/syntax/src/ast/make.rs index 9498defb3f..8a1bcebbf6 100644 --- a/crates/syntax/src/ast/make.rs +++ b/crates/syntax/src/ast/make.rs @@ -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>, |