]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/task/mod.rs
add `Poll::ready`
[rust.git] / library / core / src / task / mod.rs
index 5f077f77bbc9f9285dabbc8419f5e5c4ee646b5c..a872320aca65a38c7a519704c2f877e3300382ef 100644 (file)
@@ -13,3 +13,5 @@
 mod ready;
 #[stable(feature = "ready_macro", since = "1.56.0")]
 pub use ready::ready;
+#[unstable(feature = "poll_ready", issue = "none")]
+pub use ready::Ready;