Closed
Description
I've seen two codebases now that used to have unused feature gates:
- diem/diem@2f44be5 (this commit was in july while duration_float stabilized in August)
- diem/diem@e263fbd
- Remove some redundant/unused feature gates nushell/nushell#367
It would be cool to lint for feature gates that are still unstable but are not "used" by the codebase anywhere so they can be removed. That way, it's easy to know which nightly features a codebase actually still needs.