mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:34:57 +00:00
Fix rust feature activation (#20012)
This commit is contained in:
parent
d43a3d34dd
commit
a5cbca156c
4 changed files with 12 additions and 3 deletions
|
@ -51,7 +51,12 @@ insta = { workspace = true, features = ["redactions", "ron"] }
|
|||
[features]
|
||||
default = ["zstd"]
|
||||
deflate = ["ty_vendored/deflate"]
|
||||
schemars = ["dep:schemars", "ruff_db/schemars", "ty_python_semantic/schemars"]
|
||||
schemars = [
|
||||
"dep:schemars",
|
||||
"ruff_db/schemars",
|
||||
"ruff_python_ast/schemars",
|
||||
"ty_python_semantic/schemars",
|
||||
]
|
||||
zstd = ["ty_vendored/zstd"]
|
||||
format = ["ruff_python_formatter"]
|
||||
testing = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue