mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Remove unused dependencies (#10475)
## Summary I used `cargo-shear` (see [tweet](https://twitter.com/boshen_c/status/1770106165923586395)) to remove some unused dependencies that `cargo udeps` wasn't reporting. <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan `cargo test`
This commit is contained in:
parent
363ff2a87e
commit
17d56ccab3
12 changed files with 5 additions and 102 deletions
|
@ -19,7 +19,6 @@ ruff_text_size = { path = "../ruff_text_size" }
|
|||
serde = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { workspace = true }
|
||||
|
||||
[features]
|
||||
serde = ["dep:serde", "ruff_text_size/serde"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue