Change lint's from style to restriction
This commit is contained in:
parent
bdf4fd3e82
commit
8a2245dcb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue