Boshen / cargo-shear

Detect and remove unused dependencies from Cargo.toml
MIT License
92 stars 5 forks source link

False positive #6

Closed ematipico closed 7 months ago

ematipico commented 7 months ago

https://github.com/biomejs/biome/pull/2153#discussion_r1534246515

The feature is used here:

https://github.com/biomejs/biome/blob/cd0bae103301b41f0d4d0ae171b3da443946a979/crates/biome_css_formatter/src/lib.rs#L379

Boshen commented 7 months ago

cargo shear doesn't touch the [features] field. The PR author probably made a manual removal. I ran cargo shear on the current main and [features] aren't touched.