Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): fix url to clippy upstream repo to point to ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Feb 24, 2018
1 parent 04098fd commit 42407d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ just run-test <test_name>

### Linting Code

During the CI process `clap` runs against many different lints using [`clippy`](https://github.com/Manishearth/rust-clippy). In order to check if these lints pass on your own computer prior to submitting a PR you'll need a nightly compiler.
During the CI process `clap` runs against many different lints using [`clippy`](https://github.com/rust-lang-nursery/rust-clippy). In order to check if these lints pass on your own computer prior to submitting a PR you'll need a nightly compiler.

In order to check the code for lints run either:

Expand Down

0 comments on commit 42407d7

Please sign in to comment.