about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkyoto7250 <50972773+kyoto7250@users.noreply.github.com>2022-06-27 08:20:30 +0900
committerkyoto7250 <50972773+kyoto7250@users.noreply.github.com>2022-06-27 08:21:09 +0900
commit676af4530f08aeb2aaf561b4cc64e046e5f3e80f (patch)
tree4047b4e8e6633b6b232e0b71ee10b1abe5c92341
parent3a9c0ef8a1ed339e6e8ee3ed5a7282c0bef11632 (diff)
downloadrust-676af4530f08aeb2aaf561b4cc64e046e5f3e80f.tar.gz
rust-676af4530f08aeb2aaf561b4cc64e046e5f3e80f.zip
cargo dev update_lints
-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 edbc626e354..c52f873adc0 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 500 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
+[There are over 550 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 de1f70d7e96..d941f8b65e8 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 500 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
+[There are over 550 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