Skip to content

Commit

Permalink
Auto merge of rust-lang#12522 - rust-lang:Manishearth-patch-1, r=xFre…
Browse files Browse the repository at this point in the history
…dnet

Correct version for incompatible_msrv

Unsure what happened here

Probably what caused rust-lang/blog.rust-lang.org#1277

changelog: none
  • Loading branch information
bors committed Mar 22, 2024
2 parents 9d6f416 + 87b9352 commit fc053c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/incompatible_msrv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ declare_clippy_lint! {
///
/// To fix this problem, either increase your MSRV or use another item
/// available in your current MSRV.
#[clippy::version = "1.77.0"]
#[clippy::version = "1.78.0"]
pub INCOMPATIBLE_MSRV,
suspicious,
"ensures that all items used in the crate are available for the current MSRV"
Expand Down

0 comments on commit fc053c3

Please sign in to comment.