@@ -31,17 +31,17 @@ Current beta, release 2020-07-16
3131* Downgrade [ ` match_bool ` ] to pedantic [ #5408 ] ( https://github.com/rust-lang/rust-clippy/pull/5408 )
3232* Downgrade [ ` match_wild_err_arm ` ] to pedantic and update help messages. [ #5622 ] ( https://github.com/rust-lang/rust-clippy/pull/5622 )
3333* 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 ` ] .
3737[ #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 ` ] .
3939[ #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 ` ] .
4141[ #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 ` ] .
4343[ #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 ` ] .
4545[ #5563 ] ( https://github.com/rust-lang/rust-clippy/pull/5563 )
4646
4747### Enhancements
@@ -61,10 +61,11 @@ Current beta, release 2020-07-16
6161* Don't trigger [ ` borrowed_box ` ] on mutable references. [ #5491 ] ( https://github.com/rust-lang/rust-clippy/pull/5491 )
6262* Allow ` 1 << 0 ` in [ ` identity_op ` ] . [ #5602 ] ( https://github.com/rust-lang/rust-clippy/pull/5602 )
6363* 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 )
6565* Skip dev and build deps in [ ` multiple_crate_versions ` ] . [ #5636 ] ( https://github.com/rust-lang/rust-clippy/pull/5636 )
6666* 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 )
6869* Ignore calls to ` len ` in [ ` or_fun_call ` ] . [ #4429 ] ( https://github.com/rust-lang/rust-clippy/pull/4429 )
6970
7071### Suggestion Improvements
0 commit comments