]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Fix regression with `print!`
[rust.git] / README.md
index 7a5a54564e5fc88ea0bcbd1e9bec603db388ece3..8ef61a9df0ff0a63efe7054414bbe9ecd1e7b41a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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/).