]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/multiple_crate_versions.rs
Rollup merge of #90741 - mbartlett21:patch-4, r=dtolnay
[rust.git] / src / tools / clippy / clippy_lints / src / multiple_crate_versions.rs
index 816b2f275fb5e17fb7a701d8867b7bb1f6ab2f32..e45cc86d417ac09aa103c518fabb0ec66f6c9880 100644 (file)
@@ -33,6 +33,7 @@
     /// ctrlc = "=3.1.0"
     /// ansi_term = "=0.11.0"
     /// ```
+    #[clippy::version = "pre 1.29.0"]
     pub MULTIPLE_CRATE_VERSIONS,
     cargo,
     "multiple versions of the same crate being used"