diff options
| author | flip1995 <hello@philkrones.com> | 2018-10-15 15:18:26 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2018-11-02 19:50:23 +0100 |
| commit | bb4083c412f0d7e687b3ae7ab4cc4dc57e6ea804 (patch) | |
| tree | 4a03b3edc29df8d3e05ab167a32254a02f703273 | |
| parent | 352da1d33dd3f568c2c7bf6887879e3b569209bb (diff) | |
| download | rust-bb4083c412f0d7e687b3ae7ab4cc4dc57e6ea804.tar.gz rust-bb4083c412f0d7e687b3ae7ab4cc4dc57e6ea804.zip | |
Run update_lints.py script
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 72183f68ee0..bdd01bfeecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -651,6 +651,7 @@ All notable changes to this project will be documented in this file. [`decimal_literal_representation`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#decimal_literal_representation [`declare_interior_mutable_const`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#declare_interior_mutable_const [`default_trait_access`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#default_trait_access +[`deprecated_cfg_attr`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#deprecated_cfg_attr [`deprecated_semver`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#deprecated_semver [`deref_addrof`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#deref_addrof [`derive_hash_xor_eq`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#derive_hash_xor_eq diff --git a/README.md b/README.md index 8af7a20f66d..0525788e64e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ We are currently in the process of discussing Clippy 1.0 via the RFC process in A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code. -[There are 286 lints included in this crate!](https://rust-lang-nursery.github.io/rust-clippy/master/index.html) +[There are 287 lints included in this crate!](https://rust-lang-nursery.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: |
