@@ -174,7 +174,7 @@ Current stable, released 2021-10-21
174174
175175* [ ` needless_continue ` ] : Now also lints in ` loop { continue; } ` case
176176 [ #7477 ] ( https://github.com/rust-lang/rust-clippy/pull/7477 )
177- * [ ` disallowed_type ` ] : Now also primitive types can be disallowed
177+ * [ ` disallowed_types ` ] : Now also primitive types can be disallowed
178178 [ #7488 ] ( https://github.com/rust-lang/rust-clippy/pull/7488 )
179179* [ ` manual_swap ` ] : Now also lints on xor swaps
180180 [ #7506 ] ( https://github.com/rust-lang/rust-clippy/pull/7506 )
@@ -248,7 +248,7 @@ Released 2021-09-09
248248 [ #7403 ] ( https://github.com/rust-lang/rust-clippy/pull/7403 )
249249* [ ` disallowed_script_idents ` ]
250250 [ #7400 ] ( https://github.com/rust-lang/rust-clippy/pull/7400 )
251- * [ ` disallowed_type ` ]
251+ * [ ` disallowed_types ` ]
252252 [ #7315 ] ( https://github.com/rust-lang/rust-clippy/pull/7315 )
253253* [ ` missing_enforced_import_renames ` ]
254254 [ #7300 ] ( https://github.com/rust-lang/rust-clippy/pull/7300 )
@@ -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_type ` ] : The configuration values ` disallowed-method ` and ` disallowed-type `
297+ * [ ` disallowed_method ` ] , [ ` 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
@@ -2823,7 +2823,7 @@ Released 2018-09-13
28232823[ `derive_ord_xor_partial_ord` ] : https://rust-lang.github.io/rust-clippy/master/index.html#derive_ord_xor_partial_ord
28242824[ `disallowed_method` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_method
28252825[ `disallowed_script_idents` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_script_idents
2826- [ `disallowed_type ` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_type
2826+ [ `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
28282828[ `doc_markdown` ] : https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
28292829[ `double_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#double_comparisons
0 commit comments