From: Philipp Hansch Date: Sat, 22 Dec 2018 09:16:52 +0000 (+0100) Subject: Remove header link X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=cef8f57082a30bf3ead0f81ae81bd3a0b5969fab;p=rust.git Remove header link --- diff --git a/README.md b/README.md index a5d5ed30e24..8ca10da416d 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,9 @@ Note: `deny` produces errors instead of warnings. If you do not want to include your lint levels in your code, you can globally enable/disable lints by passing extra flags to Clippy during the run: `cargo clippy -- -A clippy::lint_name` will run Clippy with `lint_name` disabled and `cargo clippy -- -W clippy::lint_name` will run it with that enabled. This also works with lint groups. For example you can run Clippy with warnings for all lints enabled: `cargo clippy -- -W clippy::pedantic` -## [Contributing](https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md) +## Contributing + +If you want to contribute to Clippy, you can find more information in [CONTRIBUTING.md](https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md). ## License