about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2019-02-17 13:32:24 -0700
committerMichael Howell <michael@notriddle.com>2019-02-17 22:53:08 -0700
commitcb1c0b684919e620df59c5e8749d572b852b167c (patch)
tree994839344de246c6fe4cded06d5e932ffedcd4a7
parent2df14c370133781f4b5aa31b0168138cba0009b7 (diff)
downloadrust-cb1c0b684919e620df59c5e8749d572b852b167c.tar.gz
rust-cb1c0b684919e620df59c5e8749d572b852b167c.zip
Update README and CHANGELOG
-rw-r--r--CHANGELOG.md1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59a18e9d4c4..2545e90b348 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -785,6 +785,7 @@ All notable changes to this project will be documented in this file.
 [`double_comparisons`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_comparisons
 [`double_neg`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_neg
 [`double_parens`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
+[`drop_bounds`]: https://rust-lang.github.io/rust-clippy/master/index.html#drop_bounds
 [`drop_copy`]: https://rust-lang.github.io/rust-clippy/master/index.html#drop_copy
 [`drop_ref`]: https://rust-lang.github.io/rust-clippy/master/index.html#drop_ref
 [`duplicate_underscore_argument`]: https://rust-lang.github.io/rust-clippy/master/index.html#duplicate_underscore_argument
diff --git a/README.md b/README.md
index d3d82eb0752..65ba445ded8 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
 
-[There are 296 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
+[There are 297 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
 
 We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~annoy~~ help you: