]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/task/poll.rs
Rollup merge of #106414 - cuviper:libs-review, r=Mark-Simulacrum
[rust.git] / library / core / src / task / poll.rs
index f1dc4f7b575aaeb03deaaa41ace566fdbb0ec36e..25b61c0e66641d9beaf8a11fd88afef387317ae4 100644 (file)
@@ -9,7 +9,7 @@
 /// scheduled to receive a wakeup instead.
 #[must_use = "this `Poll` may be a `Pending` variant, which should be handled"]
 #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
-#[cfg_attr(not(bootstrap), lang = "Poll")]
+#[lang = "Poll"]
 #[stable(feature = "futures_api", since = "1.36.0")]
 pub enum Poll<T> {
     /// Represents that a value is immediately ready.