Update version attribute for 1.80 lints
This commit is contained in:
parent
b31bce4f5f
commit
e34db99b2e
3 changed files with 3 additions and 2 deletions
|
|
@ -393,7 +393,7 @@ declare_clippy_lint! {
|
|||
/// }
|
||||
/// }
|
||||
/// ```
|
||||
#[clippy::version = "1.74.0"]
|
||||
#[clippy::version = "1.80.0"]
|
||||
pub RENAMED_FUNCTION_PARAMS,
|
||||
restriction,
|
||||
"renamed function parameters in trait implementation"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue