Open
Description
Currently, when installing Clippy on stable via Rustup, the links to the documentation in the lint output point to the documentation of 0.0.212.
That documentation does not include all the lints which are available in the distributed Clippy version.
So, when a newly added lint is triggered, opening the documentation link will not show the new lint, because it wasn't included in 0.0.212.
I can think of two solutions:
- Update the version of the
clippy_lints
crate before the rustc submodule is updated. - Use the short commit hash in the link, instead of the version.