@@ -965,7 +965,7 @@ Released 2021-09-09
965
965
[ #7407 ] ( https://github.com/rust-lang/rust-clippy/pull/7407 )
966
966
* [ ` redundant_allocation ` ] : Now additionally supports the ` Arc<> ` type
967
967
[ #7308 ] ( https://github.com/rust-lang/rust-clippy/pull/7308 )
968
- * [ ` blacklisted_name ` ] : Now allows blacklisted names in test code
968
+ * [ ` disallowed_names ` ] : Now allows disallowed names in test code
969
969
[ #7379 ] ( https://github.com/rust-lang/rust-clippy/pull/7379 )
970
970
* [ ` redundant_closure ` ] : Suggests ` &mut ` for ` FnMut `
971
971
[ #7437 ] ( https://github.com/rust-lang/rust-clippy/pull/7437 )
@@ -2066,7 +2066,7 @@ Released 2020-08-27
2066
2066
[ #5692 ] ( https://github.com/rust-lang/rust-clippy/pull/5692 )
2067
2067
* [ ` if_same_then_else ` ] : Don't assume multiplication is always commutative
2068
2068
[ #5702 ] ( https://github.com/rust-lang/rust-clippy/pull/5702 )
2069
- * [ ` blacklisted_name ` ] : Remove ` bar ` from the default configuration
2069
+ * [ ` disallowed_names ` ] : Remove ` bar ` from the default configuration
2070
2070
[ #5712 ] ( https://github.com/rust-lang/rust-clippy/pull/5712 )
2071
2071
* [ ` redundant_pattern_matching ` ] : Avoid suggesting non-` const fn ` calls in const contexts
2072
2072
[ #5724 ] ( https://github.com/rust-lang/rust-clippy/pull/5724 )
@@ -3522,6 +3522,7 @@ Released 2018-09-13
3522
3522
[ `derive_partial_eq_without_eq` ] : https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
3523
3523
[ `disallowed_method` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_method
3524
3524
[ `disallowed_methods` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_methods
3525
+ [ `disallowed_names` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_names
3525
3526
[ `disallowed_script_idents` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_script_idents
3526
3527
[ `disallowed_type` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_type
3527
3528
[ `disallowed_types` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_types
@@ -3685,6 +3686,7 @@ Released 2018-09-13
3685
3686
[ `manual_find` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_find
3686
3687
[ `manual_find_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_find_map
3687
3688
[ `manual_flatten` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_flatten
3689
+ [ `manual_instant_elapsed` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_instant_elapsed
3688
3690
[ `manual_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_map
3689
3691
[ `manual_memcpy` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_memcpy
3690
3692
[ `manual_non_exhaustive` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_non_exhaustive
@@ -3816,11 +3818,13 @@ Released 2018-09-13
3816
3818
[ `or_then_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#or_then_unwrap
3817
3819
[ `out_of_bounds_indexing` ] : https://rust-lang.github.io/rust-clippy/master/index.html#out_of_bounds_indexing
3818
3820
[ `overflow_check_conditional` ] : https://rust-lang.github.io/rust-clippy/master/index.html#overflow_check_conditional
3821
+ [ `overly_complex_bool_expr` ] : https://rust-lang.github.io/rust-clippy/master/index.html#overly_complex_bool_expr
3819
3822
[ `panic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panic
3820
3823
[ `panic_in_result_fn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panic_in_result_fn
3821
3824
[ `panic_params` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panic_params
3822
3825
[ `panicking_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panicking_unwrap
3823
3826
[ `partialeq_ne_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_ne_impl
3827
+ [ `partialeq_to_none` ] : https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_to_none
3824
3828
[ `path_buf_push_overwrite` ] : https://rust-lang.github.io/rust-clippy/master/index.html#path_buf_push_overwrite
3825
3829
[ `pattern_type_mismatch` ] : https://rust-lang.github.io/rust-clippy/master/index.html#pattern_type_mismatch
3826
3830
[ `possible_missing_comma` ] : https://rust-lang.github.io/rust-clippy/master/index.html#possible_missing_comma
0 commit comments