1
Fork 0

Change all links to reflect the move to rust-lang-nursery

This commit is contained in:
Andre Bogus 2017-08-06 13:10:21 +02:00 committed by mcarton
parent 878333fd6c
commit f515d7bb67
16 changed files with 442 additions and 442 deletions

View file

@ -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):