File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5917,8 +5917,8 @@ Released 2018-09-13
5917
5917
[ `unnecessary_lazy_evaluations` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations
5918
5918
[ `unnecessary_literal_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_unwrap
5919
5919
[ `unnecessary_map_on_constructor` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_on_constructor
5920
- [ `unnecessary_min_or_max` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_min_or_max
5921
5920
[ `unnecessary_map_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
5921
+ [ `unnecessary_min_or_max` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_min_or_max
5922
5922
[ `unnecessary_mut_passed` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
5923
5923
[ `unnecessary_operation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation
5924
5924
[ `unnecessary_owned_empty_strings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_owned_empty_strings
Original file line number Diff line number Diff line change @@ -471,9 +471,9 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
471
471
crate :: methods:: UNNECESSARY_JOIN_INFO ,
472
472
crate :: methods:: UNNECESSARY_LAZY_EVALUATIONS_INFO ,
473
473
crate :: methods:: UNNECESSARY_LITERAL_UNWRAP_INFO ,
474
+ crate :: methods:: UNNECESSARY_MAP_OR_INFO ,
474
475
crate :: methods:: UNNECESSARY_MIN_OR_MAX_INFO ,
475
476
crate :: methods:: UNNECESSARY_RESULT_MAP_OR_ELSE_INFO ,
476
- crate :: methods:: UNNECESSARY_MAP_OR_INFO ,
477
477
crate :: methods:: UNNECESSARY_SORT_BY_INFO ,
478
478
crate :: methods:: UNNECESSARY_TO_OWNED_INFO ,
479
479
crate :: methods:: UNWRAP_OR_DEFAULT_INFO ,
You can’t perform that action at this time.
0 commit comments