@@ -4844,6 +4844,7 @@ Released 2018-09-13
4844
4844
[ `field_reassign_with_default` ] : https://rust-lang.github.io/rust-clippy/master/index.html#field_reassign_with_default
4845
4845
[ `filetype_is_file` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filetype_is_file
4846
4846
[ `filter_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map
4847
+ [ `filter_map_bool_then` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_bool_then
4847
4848
[ `filter_map_identity` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_identity
4848
4849
[ `filter_map_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_next
4849
4850
[ `filter_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#filter_next
@@ -4889,12 +4890,14 @@ Released 2018-09-13
4889
4890
[ `if_same_then_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#if_same_then_else
4890
4891
[ `if_then_some_else_none` ] : https://rust-lang.github.io/rust-clippy/master/index.html#if_then_some_else_none
4891
4892
[ `ifs_same_cond` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ifs_same_cond
4893
+ [ `ignored_unit_patterns` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ignored_unit_patterns
4892
4894
[ `impl_trait_in_params` ] : https://rust-lang.github.io/rust-clippy/master/index.html#impl_trait_in_params
4893
4895
[ `implicit_clone` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_clone
4894
4896
[ `implicit_hasher` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_hasher
4895
4897
[ `implicit_return` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_return
4896
4898
[ `implicit_saturating_add` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_saturating_add
4897
4899
[ `implicit_saturating_sub` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_saturating_sub
4900
+ [ `impossible_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#impossible_comparisons
4898
4901
[ `imprecise_flops` ] : https://rust-lang.github.io/rust-clippy/master/index.html#imprecise_flops
4899
4902
[ `inconsistent_digit_grouping` ] : https://rust-lang.github.io/rust-clippy/master/index.html#inconsistent_digit_grouping
4900
4903
[ `inconsistent_struct_constructor` ] : https://rust-lang.github.io/rust-clippy/master/index.html#inconsistent_struct_constructor
@@ -5189,6 +5192,7 @@ Released 2018-09-13
5189
5192
[ `redundant_closure` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
5190
5193
[ `redundant_closure_call` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
5191
5194
[ `redundant_closure_for_method_calls` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_for_method_calls
5195
+ [ `redundant_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_comparisons
5192
5196
[ `redundant_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_else
5193
5197
[ `redundant_feature_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_feature_names
5194
5198
[ `redundant_field_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
0 commit comments