mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Update stable version of ready!() macro.
This commit is contained in:
parent
8c91805fd1
commit
18cc06c848
@ -11,5 +11,5 @@ mod wake;
|
||||
pub use self::wake::{Context, RawWaker, RawWakerVTable, Waker};
|
||||
|
||||
mod ready;
|
||||
#[stable(feature = "ready_macro", since = "1.55.0")]
|
||||
#[stable(feature = "ready_macro", since = "1.56.0")]
|
||||
pub use ready::ready;
|
||||
|
@ -45,7 +45,7 @@
|
||||
/// # Poll::Ready(())
|
||||
/// # }
|
||||
/// ```
|
||||
#[stable(feature = "ready_macro", since = "1.55.0")]
|
||||
#[stable(feature = "ready_macro", since = "1.56.0")]
|
||||
#[rustc_macro_transparency = "semitransparent"]
|
||||
pub macro ready($e:expr) {
|
||||
match $e {
|
||||
|
Loading…
Reference in New Issue
Block a user