@@ -3196,7 +3196,6 @@ Released 2018-09-13
3196
3196
[ `ineffective_bit_mask` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_bit_mask
3197
3197
[ `inefficient_to_string` ] : https://rust-lang.github.io/rust-clippy/master/index.html#inefficient_to_string
3198
3198
[ `infallible_destructuring_match` ] : https://rust-lang.github.io/rust-clippy/master/index.html#infallible_destructuring_match
3199
- [ `infallible_destructuring_match` ] : https://rust-lang.github.io/rust-clippy/master/index.html#infallible_destructuring_match
3200
3199
[ `infinite_iter` ] : https://rust-lang.github.io/rust-clippy/master/index.html#infinite_iter
3201
3200
[ `inherent_to_string` ] : https://rust-lang.github.io/rust-clippy/master/index.html#inherent_to_string
3202
3201
[ `inherent_to_string_shadow_display` ] : https://rust-lang.github.io/rust-clippy/master/index.html#inherent_to_string_shadow_display
@@ -3267,28 +3266,18 @@ Released 2018-09-13
3267
3266
[ `map_err_ignore` ] : https://rust-lang.github.io/rust-clippy/master/index.html#map_err_ignore
3268
3267
[ `map_flatten` ] : https://rust-lang.github.io/rust-clippy/master/index.html#map_flatten
3269
3268
[ `map_identity` ] : https://rust-lang.github.io/rust-clippy/master/index.html#map_identity
3270
- [ `map_then_identity_transformer` ] : https://rust-lang.github.io/rust-clippy/master/index.html#map_then_identity_transformer
3271
3269
[ `map_unwrap_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#map_unwrap_or
3272
3270
[ `match_as_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_as_ref
3273
- [ `match_as_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_as_ref
3274
3271
[ `match_bool` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_bool
3275
- [ `match_bool` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_bool
3276
- [ `match_like_matches_macro` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_like_matches_macro
3277
3272
[ `match_like_matches_macro` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_like_matches_macro
3278
3273
[ `match_on_vec_items` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_on_vec_items
3279
3274
[ `match_overlapping_arm` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_overlapping_arm
3280
- [ `match_overlapping_arm` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_overlapping_arm
3281
- [ `match_ref_pats` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats
3282
3275
[ `match_ref_pats` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_ref_pats
3283
3276
[ `match_result_ok` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_result_ok
3284
3277
[ `match_same_arms` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_same_arms
3285
- [ `match_same_arms` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_same_arms
3286
- [ `match_single_binding` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_single_binding
3287
3278
[ `match_single_binding` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_single_binding
3288
3279
[ `match_str_case_mismatch` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_str_case_mismatch
3289
3280
[ `match_wild_err_arm` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_wild_err_arm
3290
- [ `match_wild_err_arm` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_wild_err_arm
3291
- [ `match_wildcard_for_single_variants` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_wildcard_for_single_variants
3292
3281
[ `match_wildcard_for_single_variants` ] : https://rust-lang.github.io/rust-clippy/master/index.html#match_wildcard_for_single_variants
3293
3282
[ `maybe_infinite_iter` ] : https://rust-lang.github.io/rust-clippy/master/index.html#maybe_infinite_iter
3294
3283
[ `mem_forget` ] : https://rust-lang.github.io/rust-clippy/master/index.html#mem_forget
@@ -3406,7 +3395,6 @@ Released 2018-09-13
3406
3395
[ `redundant_field_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
3407
3396
[ `redundant_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern
3408
3397
[ `redundant_pattern_matching` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching
3409
- [ `redundant_pattern_matching` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching
3410
3398
[ `redundant_pub_crate` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pub_crate
3411
3399
[ `redundant_slicing` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing
3412
3400
[ `redundant_static_lifetimes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
@@ -3416,7 +3404,6 @@ Released 2018-09-13
3416
3404
[ `repeat_once` ] : https://rust-lang.github.io/rust-clippy/master/index.html#repeat_once
3417
3405
[ `replace_consts` ] : https://rust-lang.github.io/rust-clippy/master/index.html#replace_consts
3418
3406
[ `rest_pat_in_fully_bound_structs` ] : https://rust-lang.github.io/rust-clippy/master/index.html#rest_pat_in_fully_bound_structs
3419
- [ `rest_pat_in_fully_bound_structs` ] : https://rust-lang.github.io/rust-clippy/master/index.html#rest_pat_in_fully_bound_structs
3420
3407
[ `result_map_or_into_option` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_map_or_into_option
3421
3408
[ `result_map_unit_fn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_map_unit_fn
3422
3409
[ `result_unit_err` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
@@ -3445,8 +3432,6 @@ Released 2018-09-13
3445
3432
[ `single_component_path_imports` ] : https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
3446
3433
[ `single_element_loop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#single_element_loop
3447
3434
[ `single_match` ] : https://rust-lang.github.io/rust-clippy/master/index.html#single_match
3448
- [ `single_match` ] : https://rust-lang.github.io/rust-clippy/master/index.html#single_match
3449
- [ `single_match_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#single_match_else
3450
3435
[ `single_match_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#single_match_else
3451
3436
[ `size_of_in_element_count` ] : https://rust-lang.github.io/rust-clippy/master/index.html#size_of_in_element_count
3452
3437
[ `skip_while_next` ] : https://rust-lang.github.io/rust-clippy/master/index.html#skip_while_next
@@ -3562,10 +3547,8 @@ Released 2018-09-13
3562
3547
[ `while_let_on_iterator` ] : https://rust-lang.github.io/rust-clippy/master/index.html#while_let_on_iterator
3563
3548
[ `wildcard_dependencies` ] : https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_dependencies
3564
3549
[ `wildcard_enum_match_arm` ] : https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_enum_match_arm
3565
- [ `wildcard_enum_match_arm` ] : https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_enum_match_arm
3566
3550
[ `wildcard_imports` ] : https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_imports
3567
3551
[ `wildcard_in_or_patterns` ] : https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_in_or_patterns
3568
- [ `wildcard_in_or_patterns` ] : https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_in_or_patterns
3569
3552
[ `write_literal` ] : https://rust-lang.github.io/rust-clippy/master/index.html#write_literal
3570
3553
[ `write_with_newline` ] : https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline
3571
3554
[ `writeln_empty_string` ] : https://rust-lang.github.io/rust-clippy/master/index.html#writeln_empty_string
0 commit comments