Closed
Description
In a perfect world, the Known problems
section of a lint at
https://rust-lang.github.io/rust-clippy/master/index.html would reflect issues we have about that lint (false positives / false negatives, limitations etc) but it rarely gets updated.
I wonder if we could put a link there which automatically finds all open issues about that lint, like this:
Known problems
[Known problems](https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+${LINT_NAME})