Skip to content

Commit fc053c3

Browse files
committed
Auto merge of #12522 - rust-lang:Manishearth-patch-1, r=xFrednet
Correct version for incompatible_msrv Unsure what happened here Probably what caused rust-lang/blog.rust-lang.org#1277 changelog: none
2 parents 9d6f416 + 87b9352 commit fc053c3

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)