Change lint's from style to restriction

This commit is contained in:
blyxyas 2023-01-13 19:41:06 +01:00
parent bdf4fd3e82
commit 8a2245dcb6
No known key found for this signature in database
GPG Key ID: 4D38170B5A2FC334

View File

@ -350,7 +350,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.68.0"]
pub IMPL_TRAIT_IN_PARAMS,
style,
restriction,
"`impl Trait` is used in the function's parameters"
}