Skip to content

Commit 7a7dfa8

Browse files
committed
Remove task::ready! from 1.56.0 release notes
1 parent 5f7e7d2 commit 7a7dfa8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RELEASES.md

-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Stabilised APIs
6464
- [`VecDeque::shrink_to`]
6565
- [`HashMap::shrink_to`]
6666
- [`HashSet::shrink_to`]
67-
- [`task::ready!`]
6867

6968
These APIs are now usable in const contexts:
7069

@@ -128,7 +127,6 @@ and related tools.
128127
[`VecDeque::shrink_to`]: https://doc.rust-lang.org/stable/std/collections/struct.VecDeque.html#method.shrink_to
129128
[`HashMap::shrink_to`]: https://doc.rust-lang.org/stable/std/collections/hash_map/struct.HashMap.html#method.shrink_to
130129
[`HashSet::shrink_to`]: https://doc.rust-lang.org/stable/std/collections/hash_set/struct.HashSet.html#method.shrink_to
131-
[`task::ready!`]: https://doc.rust-lang.org/stable/std/task/macro.ready.html
132130
[`std::mem::transmute`]: https://doc.rust-lang.org/stable/std/mem/fn.transmute.html
133131
[`slice::first`]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.first
134132
[`slice::split_first`]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.split_first

0 commit comments

Comments
 (0)