Remove feature components that activate features of dev-dependencies
bug
For example, syn has a feature `test` that activates the
`all-features` feature of the dev-dependency `syn-test-suite`:
```toml
[features]
test = ["syn-test-suite/all-features"]
[dev-dependencies.syn-test-suite]
version = "0"
```
We don't store the dev-dependencies in the index which causes Cargo to
complain when fetching `syn` because the feature refers to a
dependency that doesn't exist.
合并状态:已合并 合并于 2024-08-30 关闭于 2024-08-30 0 条评论