ruff/crates/ruff_python_trivia/src
Dhruv Manilawala f0046ab28e
Move has_comments to CommentRanges (#11495)
## Summary

This PR moves the `has_comments` function from `Indexer` to
`CommentRanges`. The main motivation is that the `CommentRanges` will
now be built by the parser which is shared between the linter and the
formatter. Thus, the `CommentRanges` will be removed from the `Indexer`.

## Test Plan

`cargo test`
2024-05-22 13:35:16 +00:00
..
comment_ranges.rs
comments.rs
cursor.rs
lib.rs
pragmas.rs
textwrap.rs
tokenizer.rs
whitespace.rs