@@ -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
- * [ ` disallowed_name ` ] : Now allows disallowed 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
- * [ ` disallowed_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,7 +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_name ` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_name
3525
+ [ `disallowed_names ` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_names
3526
3526
[ `disallowed_script_idents` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_script_idents
3527
3527
[ `disallowed_type` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_type
3528
3528
[ `disallowed_types` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_types
0 commit comments