Skip to content

Commit

Permalink
Correct version for incompatible_msrv
Browse files Browse the repository at this point in the history
Unsure what happened here

Probably what caused rust-lang/blog.rust-lang.org#1277
  • Loading branch information
Manishearth authored Mar 21, 2024
1 parent 32799a5 commit 87b9352
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 87b9352

Please sign in to comment.