]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Don't allow adjustments for `manual_map`
[rust.git] / README.md
index 63057609bb6fec5063ade880b9806a09fdfe42e5..8c0c16c443dfcd4153f43318e9a2568214fb99e6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
 
-[There are over 400 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
+[There are over 450 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
 
 Lints are divided into categories, each with a default [lint level](https://doc.rust-lang.org/rustc/lints/levels.html).
 You can choose how much Clippy is supposed to ~~annoy~~ help you by changing the lint level by category.