rust-lang-nursery/rust-clippy => rust-lang/rust-clippy
This commit is contained in:
@@ -539,7 +539,7 @@ 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/v{}/index.html#{}",
|
||||
"for further information visit https://rust-lang.github.io/rust-clippy/v{}/index.html#{}",
|
||||
env!("CARGO_PKG_VERSION"),
|
||||
lint.name_lower().replacen("clippy::", "", 1)
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user