@@ -70,7 +70,7 @@ Current beta, release 2021-12-02
7070 [ #7560 ] ( https://github.com/rust-lang/rust-clippy/pull/7560 )
7171* [ ` unnecessary_unwrap ` ] : Now also checks for ` expect ` s
7272 [ #7584 ] ( https://github.com/rust-lang/rust-clippy/pull/7584 )
73- * [ ` disallowed_method ` ] : Allow adding a reason that will be displayed with the
73+ * [ ` disallowed_methods ` ] : Allow adding a reason that will be displayed with the
7474 lint message
7575 [ #7621 ] ( https://github.com/rust-lang/rust-clippy/pull/7621 )
7676* [ ` approx_constant ` ] : Now checks the MSRV for ` LOG10_2 ` and ` LOG2_10 `
@@ -294,7 +294,7 @@ Released 2021-09-09
294294 [ #7379 ] ( https://github.com/rust-lang/rust-clippy/pull/7379 )
295295* [ ` redundant_closure ` ] : Suggests ` &mut ` for ` FnMut `
296296 [ #7437 ] ( https://github.com/rust-lang/rust-clippy/pull/7437 )
297- * [ ` disallowed_method ` ] , [ ` disallowed_types ` ] : The configuration values ` disallowed-method ` and ` disallowed-type `
297+ * [ ` disallowed_methods ` ] , [ ` disallowed_types ` ] : The configuration values ` disallowed-method ` and ` disallowed-type `
298298 no longer require fully qualified paths
299299 [ #7345 ] ( https://github.com/rust-lang/rust-clippy/pull/7345 )
300300* [ ` zst_offset ` ] : Fixed lint invocation after it was accidentally suppressed
@@ -703,7 +703,7 @@ Released 2021-05-06
703703
704704### Enhancements
705705
706- * [ ` disallowed_method ` ] : Now supports functions in addition to methods
706+ * [ ` disallowed_methods ` ] : Now supports functions in addition to methods
707707 [ #6674 ] ( https://github.com/rust-lang/rust-clippy/pull/6674 )
708708* [ ` upper_case_acronyms ` ] : Added a new configuration ` upper-case-acronyms-aggressive ` to
709709 trigger the lint if there is more than one uppercase character next to each other
@@ -1044,7 +1044,7 @@ Released 2020-12-31
10441044
10451045* [ ` field_reassign_with_default ` ] [ #5911 ] ( https://github.com/rust-lang/rust-clippy/pull/5911 )
10461046* [ ` await_holding_refcell_ref ` ] [ #6029 ] ( https://github.com/rust-lang/rust-clippy/pull/6029 )
1047- * [ ` disallowed_method ` ] [ #6081 ] ( https://github.com/rust-lang/rust-clippy/pull/6081 )
1047+ * [ ` disallowed_methods ` ] [ #6081 ] ( https://github.com/rust-lang/rust-clippy/pull/6081 )
10481048* [ ` inline_asm_x86_att_syntax ` ] [ #6092 ] ( https://github.com/rust-lang/rust-clippy/pull/6092 )
10491049* [ ` inline_asm_x86_intel_syntax ` ] [ #6092 ] ( https://github.com/rust-lang/rust-clippy/pull/6092 )
10501050* [ ` from_iter_instead_of_collect ` ] [ #6101 ] ( https://github.com/rust-lang/rust-clippy/pull/6101 )
@@ -2821,7 +2821,7 @@ Released 2018-09-13
28212821[ `derivable_impls` ] : https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls
28222822[ `derive_hash_xor_eq` ] : https://rust-lang.github.io/rust-clippy/master/index.html#derive_hash_xor_eq
28232823[ `derive_ord_xor_partial_ord` ] : https://rust-lang.github.io/rust-clippy/master/index.html#derive_ord_xor_partial_ord
2824- [ `disallowed_method ` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_method
2824+ [ `disallowed_methods ` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_methods
28252825[ `disallowed_script_idents` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_script_idents
28262826[ `disallowed_types` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_types
28272827[ `diverging_sub_expression` ] : https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression
0 commit comments