diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-11-24 18:02:42 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-11-24 18:14:34 +0100 |
| commit | ef38969e06127a664ea532e0fd154638b3431ccb (patch) | |
| tree | 3e31602a321dee3324142147b433f487edd3bbd4 | |
| parent | 3a3773fa3036fd549b017902455678717d011a0d (diff) | |
| download | rust-ef38969e06127a664ea532e0fd154638b3431ccb.tar.gz rust-ef38969e06127a664ea532e0fd154638b3431ccb.zip | |
Update changelog to add new `option_map_or_err_ok` lint
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a2d1e7ef9..abe975fa42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5382,6 +5382,7 @@ Released 2018-09-13 [`option_expect_used`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_expect_used [`option_filter_map`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_filter_map [`option_if_let_else`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_if_let_else +[`option_map_or_err_ok`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_map_or_err_ok [`option_map_or_none`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_map_or_none [`option_map_unit_fn`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn [`option_map_unwrap_or`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unwrap_or |
