Skip to content

Commit

Permalink
Change version to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
RuairidhWilliamson committed Sep 3, 2024
1 parent 6a8ca8d commit 34db62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/anon_trait_import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ declare_clippy_lint! {
/// println!("{s}");
/// }
/// ```
#[clippy::version = "1.80.0"]
#[clippy::version = "1.82.0"]
pub ANON_TRAIT_IMPORT,
nursery,
"use items that import a trait but only use it anonymously"
Expand Down

0 comments on commit 34db62c

Please sign in to comment.