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 @@ -6030,8 +6030,8 @@ Released 2018-09-13
6030
6030
[ `unnecessary_lazy_evaluations` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations
6031
6031
[ `unnecessary_literal_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_unwrap
6032
6032
[ `unnecessary_map_on_constructor` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_on_constructor
6033
- [ `unnecessary_min_or_max` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_min_or_max
6034
6033
[ `unnecessary_map_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
6034
+ [ `unnecessary_min_or_max` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_min_or_max
6035
6035
[ `unnecessary_mut_passed` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
6036
6036
[ `unnecessary_operation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation
6037
6037
[ `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 @@ -474,9 +474,9 @@ pub static LINTS: &[&crate::LintInfo] = &[
474
474
crate :: methods:: UNNECESSARY_JOIN_INFO ,
475
475
crate :: methods:: UNNECESSARY_LAZY_EVALUATIONS_INFO ,
476
476
crate :: methods:: UNNECESSARY_LITERAL_UNWRAP_INFO ,
477
+ crate :: methods:: UNNECESSARY_MAP_OR_INFO ,
477
478
crate :: methods:: UNNECESSARY_MIN_OR_MAX_INFO ,
478
479
crate :: methods:: UNNECESSARY_RESULT_MAP_OR_ELSE_INFO ,
479
- crate :: methods:: UNNECESSARY_MAP_OR_INFO ,
480
480
crate :: methods:: UNNECESSARY_SORT_BY_INFO ,
481
481
crate :: methods:: UNNECESSARY_TO_OWNED_INFO ,
482
482
crate :: methods:: UNWRAP_OR_DEFAULT_INFO ,
You can’t perform that action at this time.
0 commit comments