mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Link to current versions docs instead of master docs
This commit is contained in:
parent
ff91c6359a
commit
045139613a
1 changed files with 2 additions and 1 deletions
|
@ -566,7 +566,8 @@ impl<'a> DiagnosticWrapper<'a> {
|
|||
fn docs_link(&mut self, lint: &'static Lint) {
|
||||
if env::var("CLIPPY_DISABLE_DOCS_LINKS").is_err() {
|
||||
self.0.help(&format!(
|
||||
"for further information visit https://rust-lang-nursery.github.io/rust-clippy/master/index.html#{}",
|
||||
"for further information visit https://rust-lang-nursery.github.io/rust-clippy/{}/index.html#{}",
|
||||
env!("CARGO_PKG_VERSION"),
|
||||
lint.name_lower()
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue