Lint messages link to docs for 0.0.212 which does not include all available lints #3409
Labels
A-documentation
Area: Adding or improving documentation
A-website
Area: Improving the clippy website
C-bug
Category: Clippy is not doing the correct thing
Milestone
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:
clippy_lints
crate before the rustc submodule is updated.The text was updated successfully, but these errors were encountered: