Merge pull request #2009 from rust-lang-nursery/mcarton-patch-1

Move the number of lints back to the top of README
This commit is contained in:
Oliver Schneider 2017-09-02 07:12:25 +02:00 committed by GitHub
commit 6acf9026c2

View File

@ -7,9 +7,12 @@
A collection of lints to catch common mistakes and improve your Rust code.
[There are 209 lints included in this crate!](https://rust-lang-nursery.github.io/rust-clippy/master/index.html)
More to come, please [file an issue](https://github.com/rust-lang-nursery/rust-clippy/issues) if you have ideas!
Table of contents:
* [Lint list](#lints)
* [Usage instructions](#usage)
* [Configuration](#configuration)
* [License](#license)
@ -177,12 +180,6 @@ transparently:
#[cfg_attr(feature = "cargo-clippy", allow(needless_lifetimes))]
```
## Lints
[There are 209 lints included in this crate](https://rust-lang-nursery.github.io/rust-clippy/master/index.html)
More to come, please [file an issue](https://github.com/rust-lang-nursery/rust-clippy/issues) if you have ideas!
## License
Licensed under [MPL](https://www.mozilla.org/MPL/2.0/).