Support fmt: skip on compound statements (#6593)

This commit is contained in:
Micha Reiser
2023-08-17 08:05:41 +02:00
committed by GitHub
parent 4dc32a00d0
commit fa7442da2f
23 changed files with 1385 additions and 625 deletions

View File

@@ -400,7 +400,6 @@ impl<'a> Comments<'a> {
}
/// Returns an iterator over the [leading](self#leading-comments) and [trailing comments](self#trailing-comments) of `node`.
#[allow(unused)]
pub(crate) fn leading_trailing_comments<T>(
&self,
node: T,