Skip to content

Commit 0816412

Browse files
committed
README: fix lit count line
It looks like after changing to "there are more than 120 lints", an older PR was merged and resolving merge conflicts this was changed back to "there are 123 lints" causing the update-script to silently fail. Changed back the README.md back to the new format fixes the problem.
1 parent d021d3e commit 0816412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
77

8-
[There are 362 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
8+
[There are over 350 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
99

1010
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~annoy~~ help you:
1111

0 commit comments

Comments
 (0)