Change all links to reflect the move to rust-lang-nursery
This commit is contained in:
parent
878333fd6c
commit
f515d7bb67
16 changed files with 442 additions and 442 deletions
|
@ -29,7 +29,7 @@ declare_restriction_lint_re = re.compile(r'''
|
|||
|
||||
nl_escape_re = re.compile(r'\\\n\s*')
|
||||
|
||||
wiki_link = 'https://github.com/Manishearth/rust-clippy/wiki'
|
||||
wiki_link = 'https://github.com/rust-lang-nursery/rust-clippy/wiki'
|
||||
|
||||
|
||||
def collect(lints, deprecated_lints, restriction_lints, fn):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue