Skip to content

Commit

Permalink
Change lint's from style to restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed Feb 15, 2023
1 parent bdf4fd3 commit 8a2245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/functions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 8a2245d

Please sign in to comment.