TimonPost / cargo-unused-features

Find potential unused enabled feature flags and prune them.
MIT License
230 stars 10 forks source link

WIP: Support workspace inheritance #10

Closed jayvdb closed 1 year ago

jayvdb commented 1 year ago

Closes https://github.com/TimonPost/cargo-unused-features/issues/7

only did enough to get it working - the new stubbed blocks may need to be implemented yet.

Tests are also a problem. c.f. https://github.com/TimonPost/cargo-unused-features/issues/9

Boshen commented 1 year ago

@TimonPost Friendly ping, it would be great if this is shipped.

TimonPost commented 1 year ago

thanks for the work! Will get to review it.