From 6df5ab40987cba7bb5681c2445caaf83ebcfbf7d Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 7 Aug 2023 17:08:51 -0700 Subject: [PATCH] Remove duplicate line from project structure docs (#6408) Signed-off-by: Anders Kaseorg --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc73c69cbb..df06b40efc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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_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_formatter`: library crate implementing the Python formatter. Emits an intermediate representation for each node, which `ruff_formatter` prints based on the configured line length.