We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d6f416 + 87b9352 commit fc053c3Copy full SHA for fc053c3
clippy_lints/src/incompatible_msrv.rs
@@ -33,7 +33,7 @@ declare_clippy_lint! {
33
///
34
/// To fix this problem, either increase your MSRV or use another item
35
/// available in your current MSRV.
36
- #[clippy::version = "1.77.0"]
+ #[clippy::version = "1.78.0"]
37
pub INCOMPATIBLE_MSRV,
38
suspicious,
39
"ensures that all items used in the crate are available for the current MSRV"
0 commit comments