We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Waker::waker
1 parent bed75e7 commit e0e2c45Copy full SHA for e0e2c45
RELEASES.md
@@ -123,7 +123,6 @@ Stabilized APIs
123
These APIs are now stable in const contexts:
124
125
- [`std::task::Waker::from_raw`](https://doc.rust-lang.org/nightly/std/task/struct.Waker.html#method.from_raw)
126
-- [`std::task::Waker::waker`](https://doc.rust-lang.org/nightly/std/task/struct.Waker.html#method.from_raw)
127
- [`std::task::Context::from_waker`](https://doc.rust-lang.org/nightly/std/task/struct.Context.html#method.from_waker)
128
- [`std::task::Context::waker`](https://doc.rust-lang.org/nightly/std/task/struct.Context.html#method.waker)
129
- [`$integer::from_str_radix`](https://doc.rust-lang.org/nightly/std/primitive.u32.html#method.from_str_radix)
0 commit comments