Skip to content

Commit 34db62c

Browse files
Change version to 1.82
1 parent 6a8ca8d commit 34db62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/anon_trait_import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ declare_clippy_lint! {
4040
/// println!("{s}");
4141
/// }
4242
/// ```
43-
#[clippy::version = "1.80.0"]
43+
#[clippy::version = "1.82.0"]
4444
pub ANON_TRAIT_IMPORT,
4545
nursery,
4646
"use items that import a trait but only use it anonymously"

0 commit comments

Comments
 (0)