We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1850c89 + ee8c51b commit c710ac8Copy full SHA for c710ac8
clippy_lints/src/utils/mod.rs
@@ -566,7 +566,7 @@ impl<'a> DiagnosticWrapper<'a> {
566
fn docs_link(&mut self, lint: &'static Lint) {
567
if env::var("CLIPPY_DISABLE_DOCS_LINKS").is_err() {
568
self.0.help(&format!(
569
- "for further information visit https://rust-lang-nursery.github.io/rust-clippy/{}/index.html#{}",
+ "for further information visit https://rust-lang-nursery.github.io/rust-clippy/v{}/index.html#{}",
570
env!("CARGO_PKG_VERSION"),
571
lint.name_lower()
572
));
0 commit comments