about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2021-10-11 12:06:32 -0700
committerDavid Tolnay <dtolnay@gmail.com>2021-10-11 12:06:44 -0700
commit7a7dfa8b67364be9a6fcd0d5876ed1c55b55843b (patch)
treea92dab10f6c7f5180e30b4d93d2fb3701c74e81c
parent5f7e7d2e93afd9478856d3dc026c6923a0f21641 (diff)
downloadrust-7a7dfa8b67364be9a6fcd0d5876ed1c55b55843b.tar.gz
rust-7a7dfa8b67364be9a6fcd0d5876ed1c55b55843b.zip
Remove task::ready! from 1.56.0 release notes
-rw-r--r--RELEASES.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index ef1377a4a32..269740c171c 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -64,7 +64,6 @@ Stabilised APIs
 - [`VecDeque::shrink_to`]
 - [`HashMap::shrink_to`]
 - [`HashSet::shrink_to`]
-- [`task::ready!`]
 
 These APIs are now usable in const contexts:
 
@@ -128,7 +127,6 @@ and related tools.
 [`VecDeque::shrink_to`]: https://doc.rust-lang.org/stable/std/collections/struct.VecDeque.html#method.shrink_to
 [`HashMap::shrink_to`]: https://doc.rust-lang.org/stable/std/collections/hash_map/struct.HashMap.html#method.shrink_to
 [`HashSet::shrink_to`]: https://doc.rust-lang.org/stable/std/collections/hash_set/struct.HashSet.html#method.shrink_to
-[`task::ready!`]: https://doc.rust-lang.org/stable/std/task/macro.ready.html
 [`std::mem::transmute`]: https://doc.rust-lang.org/stable/std/mem/fn.transmute.html
 [`slice::first`]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.first
 [`slice::split_first`]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.split_first