Skip to content

Commit

Permalink
Auto merge of #131796 - cuviper:no-waker-waker, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Remove `Waker::waker` from 1.82 relnotes

This was noticed in <rust-lang/blog.rust-lang.org#1415 (review)>.
  • Loading branch information
bors committed Oct 17, 2024
2 parents 798fb83 + e0e2c45 commit dd51276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ Stabilized APIs
These APIs are now stable in const contexts:

- [`std::task::Waker::from_raw`](https://doc.rust-lang.org/nightly/std/task/struct.Waker.html#method.from_raw)
- [`std::task::Waker::waker`](https://doc.rust-lang.org/nightly/std/task/struct.Waker.html#method.from_raw)
- [`std::task::Context::from_waker`](https://doc.rust-lang.org/nightly/std/task/struct.Context.html#method.from_waker)
- [`std::task::Context::waker`](https://doc.rust-lang.org/nightly/std/task/struct.Context.html#method.waker)
- [`$integer::from_str_radix`](https://doc.rust-lang.org/nightly/std/primitive.u32.html#method.from_str_radix)
Expand Down

0 comments on commit dd51276

Please sign in to comment.