mirror of https://github.com/astral-sh/ruff
Remove duplicate line from project structure docs (#6408)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
90c9aa2992
commit
6df5ab4098
|
|
@ -131,7 +131,6 @@ At time of writing, the repository includes the following crates:
|
||||||
- `crates/ruff_macros`: proc macro crate containing macros used by Ruff.
|
- `crates/ruff_macros`: proc macro crate containing macros used by Ruff.
|
||||||
- `crates/ruff_python_ast`: library crate containing Python-specific AST types and utilities.
|
- `crates/ruff_python_ast`: library crate containing Python-specific AST types and utilities.
|
||||||
- `crates/ruff_python_codegen`: library crate containing utilities for generating Python source code.
|
- `crates/ruff_python_codegen`: library crate containing utilities for generating Python source code.
|
||||||
- `crates/ruff_python_codegen`: library crate containing utilities for generating Python source code.
|
|
||||||
- `crates/ruff_python_formatter`: library crate implementing the Python formatter. Emits an
|
- `crates/ruff_python_formatter`: library crate implementing the Python formatter. Emits an
|
||||||
intermediate representation for each node, which `ruff_formatter` prints based on the configured
|
intermediate representation for each node, which `ruff_formatter` prints based on the configured
|
||||||
line length.
|
line length.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue