-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-documentationArea: Adding or improving documentationArea: Adding or improving documentationA-websiteArea: Improving the clippy websiteArea: Improving the clippy websiteC-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thing
Milestone
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.
Metadata
Metadata
Assignees
Labels
A-documentationArea: Adding or improving documentationArea: Adding or improving documentationA-websiteArea: Improving the clippy websiteArea: Improving the clippy websiteC-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thing