File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1646,7 +1646,6 @@ Released 2018-09-13
1646
1646
[ `option_map_or_none` ] : https://rust-lang.github.io/rust-clippy/master/index.html#option_map_or_none
1647
1647
[ `option_map_unit_fn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn
1648
1648
[ `option_option` ] : https://rust-lang.github.io/rust-clippy/master/index.html#option_option
1649
- [ `option_unwrap_or_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#option_unwrap_or_else
1650
1649
[ `or_fun_call` ] : https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call
1651
1650
[ `out_of_bounds_indexing` ] : https://rust-lang.github.io/rust-clippy/master/index.html#out_of_bounds_indexing
1652
1651
[ `overflow_check_conditional` ] : https://rust-lang.github.io/rust-clippy/master/index.html#overflow_check_conditional
@@ -1755,6 +1754,7 @@ Released 2018-09-13
1755
1754
[ `unnecessary_cast` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
1756
1755
[ `unnecessary_filter_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_filter_map
1757
1756
[ `unnecessary_fold` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fold
1757
+ [ `unnecessary_lazy_eval` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_eval
1758
1758
[ `unnecessary_mut_passed` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
1759
1759
[ `unnecessary_operation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation
1760
1760
[ `unnecessary_sort_by` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_sort_by
You can’t perform that action at this time.
0 commit comments