about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2024-10-28 09:20:39 +0100
committerSamuel Tardieu <sam@rfc1149.net>2024-10-28 09:21:07 +0100
commitf152bcb72e376ea7aaea9db477788c1b1c404373 (patch)
treed3271b8f7c3be86ebb7954d45eba2271eeddfb66
parent62c4daf358b6fa3e14f955bb8a49420fab79cfa6 (diff)
downloadrust-f152bcb72e376ea7aaea9db477788c1b1c404373.tar.gz
rust-f152bcb72e376ea7aaea9db477788c1b1c404373.zip
Update the number of lints (over 700 → over 750)
-rw-r--r--README.md2
-rw-r--r--book/src/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec76a6dfb08..1690e2beb16 100644
--- 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 700 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
+[There are over 750 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.
diff --git a/book/src/README.md b/book/src/README.md
index 7bdfb97c3ac..23527ba896a 100644
--- a/book/src/README.md
+++ b/book/src/README.md
@@ -6,7 +6,7 @@
 A collection of lints to catch common mistakes and improve your
 [Rust](https://github.com/rust-lang/rust) code.
 
-[There are over 700 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
+[There are over 750 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