Skip to content

Commit

Permalink
Make serde a default feature of ruff_python_formatter (#7825)
Browse files Browse the repository at this point in the history
This makes `cargo test -p ruff_python_formatter` actually run the tests
again
  • Loading branch information
konstin committed Oct 8, 2023
1 parent b6c9cf1 commit dd36a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_python_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

0 comments on commit dd36a25

Please sign in to comment.