mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-02 01:42:25 +00:00
Rename Comments methods (#6649)
This commit is contained in:
parent
3ceb6fbeb0
commit
0cea4975fc
44 changed files with 128 additions and 172 deletions
|
@ -63,7 +63,7 @@ impl FormatNodeRule<Parameters> for FormatParameters {
|
|||
let (slash, star) = find_parameter_separators(f.context().source(), item);
|
||||
|
||||
let comments = f.context().comments().clone();
|
||||
let dangling = comments.dangling_comments(item);
|
||||
let dangling = comments.dangling(item);
|
||||
|
||||
// First dangling comment: trailing the opening parenthesis, e.g.:
|
||||
// ```python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue