Skip to content

Commit 1d5710d

Browse files
committed
Update README and CHANGELOG
1 parent adac75f commit 1d5710d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@ All notable changes to this project will be documented in this file.
785785
[`double_comparisons`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_comparisons
786786
[`double_neg`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_neg
787787
[`double_parens`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
788+
[`drop_bounds`]: https://rust-lang.github.io/rust-clippy/master/index.html#drop_bounds
788789
[`drop_copy`]: https://rust-lang.github.io/rust-clippy/master/index.html#drop_copy
789790
[`drop_ref`]: https://rust-lang.github.io/rust-clippy/master/index.html#drop_ref
790791
[`duplicate_underscore_argument`]: https://rust-lang.github.io/rust-clippy/master/index.html#duplicate_underscore_argument

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
[There are 296 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
10+
[There are 297 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
1111

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

0 commit comments

Comments
 (0)