]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/match_str_case_mismatch.rs
Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / clippy_lints / src / match_str_case_mismatch.rs
index f501593c5187e36e99b823f0a1a6919df425bc86..3316ebf405109591fdcd3270f26b5639887f71aa 100644 (file)
@@ -39,6 +39,7 @@
     ///     _ => {},
     /// }
     /// ```
+    #[clippy::version = "1.58.0"]
     pub MATCH_STR_CASE_MISMATCH,
     correctness,
     "creation of a case altering match expression with non-compliant arms"