diff options
| author | bors <bors@rust-lang.org> | 2024-03-22 10:12:29 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-22 10:12:29 +0000 |
| commit | fc053c3296749bbb6fe29af83061c2bfc99d582a (patch) | |
| tree | 500923c080abbabedf675b4e02c9eed8d2493a8f | |
| parent | 9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3 (diff) | |
| parent | 87b93520a82719c1f2f3aba35dd432ededbcff99 (diff) | |
| download | rust-fc053c3296749bbb6fe29af83061c2bfc99d582a.tar.gz rust-fc053c3296749bbb6fe29af83061c2bfc99d582a.zip | |
Auto merge of #12522 - rust-lang:Manishearth-patch-1, r=xFrednet
Correct version for incompatible_msrv Unsure what happened here Probably what caused https://github.com/rust-lang/blog.rust-lang.org/issues/1277 changelog: none
| -rw-r--r-- | clippy_lints/src/incompatible_msrv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/incompatible_msrv.rs b/clippy_lints/src/incompatible_msrv.rs index cd000fcd184..23bcd19ddd3 100644 --- a/clippy_lints/src/incompatible_msrv.rs +++ b/clippy_lints/src/incompatible_msrv.rs @@ -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" |
