@@ -31,17 +31,17 @@ Current beta, release 2020-07-16
31
31
* Downgrade [ ` match_bool ` ] to pedantic [ #5408 ] ( https://github.com/rust-lang/rust-clippy/pull/5408 )
32
32
* Downgrade [ ` match_wild_err_arm ` ] to pedantic and update help messages. [ #5622 ] ( https://github.com/rust-lang/rust-clippy/pull/5622 )
33
33
* Downgrade [ ` useless_let_if_seq ` ] to nursery. [ #5599 ] ( https://github.com/rust-lang/rust-clippy/pull/5599 )
34
- * Generalize [ ` option_and_then_some ` ] and rename to [ ` bind_instead_of_map ` ] . [ #5529 ] ( https://github.com/rust-lang/rust-clippy/pull/5529 )
35
- * Rename [ ` identity_conversion ` ] to [ ` useless_conversion ` ] . [ #5568 ] ( https://github.com/rust-lang/rust-clippy/pull/5568 )
36
- * Merge [ ` block_in_if_condition_expr ` ] and [ ` block_in_if_condition_stmt ` ] into [ ` blocks_in_if_conditions ` ] .
34
+ * Generalize ` option_and_then_some ` and rename to [ ` bind_instead_of_map ` ] . [ #5529 ] ( https://github.com/rust-lang/rust-clippy/pull/5529 )
35
+ * Rename ` identity_conversion ` to [ ` useless_conversion ` ] . [ #5568 ] ( https://github.com/rust-lang/rust-clippy/pull/5568 )
36
+ * Merge ` block_in_if_condition_expr ` and ` block_in_if_condition_stmt ` into [ ` blocks_in_if_conditions ` ] .
37
37
[ #5563 ] ( https://github.com/rust-lang/rust-clippy/pull/5563 )
38
- * Merge [ ` option_map_unwrap_or ` ] , [ ` option_map_unwrap_or_else ` ] and [ ` result_map_unwrap_or_else ` ] into [ ` map_unwrap_or ` ] .
38
+ * Merge ` option_map_unwrap_or ` , ` option_map_unwrap_or_else ` and ` result_map_unwrap_or_else ` into [ ` map_unwrap_or ` ] .
39
39
[ #5563 ] ( https://github.com/rust-lang/rust-clippy/pull/5563 )
40
- * Merge [ ` option_unwrap_used ` ] and [ ` result_unwrap_used ` ] into [ ` unwrap_used ` ] .
40
+ * Merge ` option_unwrap_used ` and ` result_unwrap_used ` into [ ` unwrap_used ` ] .
41
41
[ #5563 ] ( https://github.com/rust-lang/rust-clippy/pull/5563 )
42
- * Merge [ ` option_expect_used ` ] and [ ` result_expect_used ` ] into [ ` expect_used ` ] .
42
+ * Merge ` option_expect_used ` and ` result_expect_used ` into [ ` expect_used ` ] .
43
43
[ #5563 ] ( https://github.com/rust-lang/rust-clippy/pull/5563 )
44
- * Merge [ ` for_loop_over_option ` ] and [ ` for_loop_over_result ` ] into [ ` for_loops_over_fallibles ` ] .
44
+ * Merge ` for_loop_over_option ` and ` for_loop_over_result ` into [ ` for_loops_over_fallibles ` ] .
45
45
[ #5563 ] ( https://github.com/rust-lang/rust-clippy/pull/5563 )
46
46
47
47
### Enhancements
@@ -61,10 +61,11 @@ Current beta, release 2020-07-16
61
61
* Don't trigger [ ` borrowed_box ` ] on mutable references. [ #5491 ] ( https://github.com/rust-lang/rust-clippy/pull/5491 )
62
62
* Allow ` 1 << 0 ` in [ ` identity_op ` ] . [ #5602 ] ( https://github.com/rust-lang/rust-clippy/pull/5602 )
63
63
* Allow ` use super::*; ` glob imports in [ ` wildcard_imports ` ] . [ #5564 ] ( https://github.com/rust-lang/rust-clippy/pull/5564 )
64
- * Add ignores to the list of words of [ ` clippy:: doc_markdown` ] . [ #5611 ] ( https://github.com/rust-lang/rust-clippy/pull/5611 )
64
+ * Add ignores to the list of words of [ ` doc_markdown ` ] . [ #5611 ] ( https://github.com/rust-lang/rust-clippy/pull/5611 )
65
65
* Skip dev and build deps in [ ` multiple_crate_versions ` ] . [ #5636 ] ( https://github.com/rust-lang/rust-clippy/pull/5636 )
66
66
* Honor ` allow ` attribute on arguments in [ ` ptr_arg ` ] . [ #5647 ] ( https://github.com/rust-lang/rust-clippy/pull/5647 )
67
- * Honor lint level attributes for [ ` redundant_field_names ` ] and [ ` non_expressive_names ` ] . [ #5651 ] ( https://github.com/rust-lang/rust-clippy/pull/5651 )
67
+ * Honor lint level attributes for [ ` redundant_field_names ` ] , [ ` just_underscores_and_digits ` ] , [ ` many_single_char_names ` ]
68
+ and [ ` similar_names ` ] . [ #5651 ] ( https://github.com/rust-lang/rust-clippy/pull/5651 )
68
69
* Ignore calls to ` len ` in [ ` or_fun_call ` ] . [ #4429 ] ( https://github.com/rust-lang/rust-clippy/pull/4429 )
69
70
70
71
### Suggestion Improvements
0 commit comments