Skip to content

Commit 6df5ab4

Browse files
authored
Remove duplicate line from project structure docs (#6408)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
1 parent 90c9aa2 commit 6df5ab4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ At time of writing, the repository includes the following crates:
131131
- `crates/ruff_macros`: proc macro crate containing macros used by Ruff.
132132
- `crates/ruff_python_ast`: library crate containing Python-specific AST types and utilities.
133133
- `crates/ruff_python_codegen`: library crate containing utilities for generating Python source code.
134-
- `crates/ruff_python_codegen`: library crate containing utilities for generating Python source code.
135134
- `crates/ruff_python_formatter`: library crate implementing the Python formatter. Emits an
136135
intermediate representation for each node, which `ruff_formatter` prints based on the configured
137136
line length.

0 commit comments

Comments
 (0)