Skip to content

Commit 87b9352

Browse files
authored
Correct version for incompatible_msrv
Unsure what happened here Probably what caused rust-lang/blog.rust-lang.org#1277
1 parent 32799a5 commit 87b9352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/incompatible_msrv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ declare_clippy_lint! {
3333
///
3434
/// To fix this problem, either increase your MSRV or use another item
3535
/// available in your current MSRV.
36-
#[clippy::version = "1.77.0"]
36+
#[clippy::version = "1.78.0"]
3737
pub INCOMPATIBLE_MSRV,
3838
suspicious,
3939
"ensures that all items used in the crate are available for the current MSRV"

0 commit comments

Comments
 (0)