Skip to content

Commit 8a2245d

Browse files
committed
Change lint's from style to restriction
1 parent bdf4fd3 commit 8a2245d

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/functions

1 file changed

+1
-1
lines changed

clippy_lints/src/functions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ declare_clippy_lint! {
350350
/// ```
351351
#[clippy::version = "1.68.0"]
352352
pub IMPL_TRAIT_IN_PARAMS,
353-
style,
353+
restriction,
354354
"`impl Trait` is used in the function's parameters"
355355
}
356356

0 commit comments

Comments
 (0)