mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 22:31:47 +00:00
Add MultiMap
implementation for storing comments (#4639)
This commit is contained in:
parent
236074fdde
commit
6146b75dd0
5 changed files with 972 additions and 0 deletions
2
crates/ruff_python_formatter/src/comments/mod.rs
Normal file
2
crates/ruff_python_formatter/src/comments/mod.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
#![allow(unused, unreachable_pub)] // TODO(micha): Remove after using the new comments infrastructure in the formatter.
|
||||
mod map;
|
Loading…
Add table
Add a link
Reference in a new issue