Skip to content

Commit ef38969

Browse files
Update changelog to add new option_map_or_err_ok lint
1 parent 3a3773f commit ef38969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5382,6 +5382,7 @@ Released 2018-09-13
53825382
[`option_expect_used`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_expect_used
53835383
[`option_filter_map`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_filter_map
53845384
[`option_if_let_else`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_if_let_else
5385+
[`option_map_or_err_ok`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_map_or_err_ok
53855386
[`option_map_or_none`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_map_or_none
53865387
[`option_map_unit_fn`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn
53875388
[`option_map_unwrap_or`]: https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unwrap_or

0 commit comments

Comments
 (0)