File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6071,8 +6071,8 @@ Released 2018-09-13
6071
6071
[ `unnecessary_literal_bound` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_bound
6072
6072
[ `unnecessary_literal_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_unwrap
6073
6073
[ `unnecessary_map_on_constructor` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_on_constructor
6074
- [ `unnecessary_min_or_max` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_min_or_max
6075
6074
[ `unnecessary_map_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
6075
+ [ `unnecessary_min_or_max` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_min_or_max
6076
6076
[ `unnecessary_mut_passed` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
6077
6077
[ `unnecessary_operation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation
6078
6078
[ `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 @@ -481,9 +481,9 @@ pub static LINTS: &[&crate::LintInfo] = &[
481
481
crate :: methods:: UNNECESSARY_JOIN_INFO ,
482
482
crate :: methods:: UNNECESSARY_LAZY_EVALUATIONS_INFO ,
483
483
crate :: methods:: UNNECESSARY_LITERAL_UNWRAP_INFO ,
484
+ crate :: methods:: UNNECESSARY_MAP_OR_INFO ,
484
485
crate :: methods:: UNNECESSARY_MIN_OR_MAX_INFO ,
485
486
crate :: methods:: UNNECESSARY_RESULT_MAP_OR_ELSE_INFO ,
486
- crate :: methods:: UNNECESSARY_MAP_OR_INFO ,
487
487
crate :: methods:: UNNECESSARY_SORT_BY_INFO ,
488
488
crate :: methods:: UNNECESSARY_TO_OWNED_INFO ,
489
489
crate :: methods:: UNWRAP_OR_DEFAULT_INFO ,
You can’t perform that action at this time.
0 commit comments