]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/async_yields_async.rs
Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / clippy_lints / src / async_yields_async.rs
index 182736a5a205a6ab3178ef7de4e83af150df74e8..0619490e73c4361da3284406b0b8bdceff50a128 100644 (file)
@@ -34,6 +34,7 @@
     ///   };
     /// }
     /// ```
+    #[clippy::version = "1.48.0"]
     pub ASYNC_YIELDS_ASYNC,
     correctness,
     "async blocks that return a type that can be awaited"