mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Make serde a default feature of ruff_python_formatter (#7825)
This makes `cargo test -p ruff_python_formatter` actually run the tests again
This commit is contained in:
parent
b6c9cf1c5b
commit
dd36a2516e
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ test = true
|
|||
required-features = ["serde"]
|
||||
|
||||
[features]
|
||||
default = ["serde"]
|
||||
serde = ["dep:serde", "ruff_formatter/serde", "ruff_source_file/serde", "ruff_python_ast/serde"]
|
||||
schemars = ["dep:schemars", "ruff_formatter/schemars"]
|
||||
default = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue