Closed
Description
Clippy's lint list currently allows filtering by lint and group. It would be helpful to add more filters for the applicability and version values which are available. The filter design that is currently used is not set in stone, feel free to experiment a bit and make some design suggestions.
The HTML document of the page can be found under util/gh-pages/index.html
. cargo dev serve
can be used to test the changes locally. The current lint data representation can be found in the gh-pages
branch here
Main tracking issue #7172