rust/library/core
Mara Bos bdeace9f4e
Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus
Stabilize `Poll::is_ready` and `is_pending` as const

Insta-stabilize the methods `is_ready` and `is_pending` of `std::task::Poll` as const, in the same way as [PR#76198](https://github.com/rust-lang/rust/pull/76198).

Possible because of the recent stabilization of const control flow.

Part of #76225.
2020-11-08 13:35:58 +01:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus 2020-11-08 13:35:58 +01:00
tests Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus 2020-11-08 13:35:58 +01:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00