diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-01-18 17:59:21 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-01-23 16:12:56 +0100 |
| commit | e86da9eca3ddd3abe3a96b0af2b9a0fb1cf0470c (patch) | |
| tree | e83eab224abb9bf7d85d3e859ff7f35074090c6e | |
| parent | 32bbeba16b433d632ec89c1f1767d01666c532fa (diff) | |
| download | rust-e86da9eca3ddd3abe3a96b0af2b9a0fb1cf0470c.tar.gz rust-e86da9eca3ddd3abe3a96b0af2b9a0fb1cf0470c.zip | |
Update CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d32bbec914..bc7dc34fd85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5676,6 +5676,7 @@ Released 2018-09-13 [`unnecessary_mut_passed`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed [`unnecessary_operation`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation [`unnecessary_owned_empty_strings`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_owned_empty_strings +[`unnecessary_result_map_or_else`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_result_map_or_else [`unnecessary_safety_comment`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_safety_comment [`unnecessary_safety_doc`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_safety_doc [`unnecessary_self_imports`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_self_imports |
