diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-01-02 17:08:02 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2024-03-01 16:35:28 +0100 |
| commit | e3cda2a39957754b6f7d2c2c1f3e4ef00b4a68b2 (patch) | |
| tree | 93c852c00966fac552925926c2710b780ba40fdc | |
| parent | 0656d28f6b7d04463d0d5a1d8f87ba2489648dd0 (diff) | |
| download | rust-e3cda2a39957754b6f7d2c2c1f3e4ef00b4a68b2.tar.gz rust-e3cda2a39957754b6f7d2c2c1f3e4ef00b4a68b2.zip | |
Update lints
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb750706403..d3b2c0a7bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5046,6 +5046,7 @@ Released 2018-09-13 [`assertions_on_result_states`]: https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_result_states [`assign_op_pattern`]: https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [`assign_ops`]: https://rust-lang.github.io/rust-clippy/master/index.html#assign_ops +[`assigning_clones`]: https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones [`async_yields_async`]: https://rust-lang.github.io/rust-clippy/master/index.html#async_yields_async [`await_holding_invalid_type`]: https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_invalid_type [`await_holding_lock`]: https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock |
