TimonPost / cargo-unused-features

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

Empty reports with rust-toolchain.toml #6

Open g2p opened 1 year ago

g2p commented 1 year ago

Describe the bug unused-features analyze on https://github.com/helix-editor/helix/ gives near-empty results in report.json.

{
  "version": 0,
  "root_name": "Workspace",
  "workspace_crates": {}
}

Removing rust-toolchain.toml gets it to work again.

lcruz99 commented 4 months ago

+1 with x86_64-unknown-linux-gnu, doesn't happen with darwin targets though