mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Change lint's from style
to restriction
This commit is contained in:
parent
bdf4fd3e82
commit
8a2245dcb6
@ -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…
Reference in New Issue
Block a user