mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
Support fmt: skip on compound statements (#6593)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user