File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ Stabilised APIs
64
64
- [`VecDeque::shrink_to`]
65
65
- [`HashMap::shrink_to`]
66
66
- [`HashSet::shrink_to`]
67
- - [`task::ready!`]
68
67
69
68
These APIs are now usable in const contexts:
70
69
@@ -128,7 +127,6 @@ and related tools.
128
127
[`VecDeque::shrink_to`]: https://doc.rust-lang.org/stable/std/collections/struct.VecDeque.html#method.shrink_to
129
128
[`HashMap::shrink_to`]: https://doc.rust-lang.org/stable/std/collections/hash_map/struct.HashMap.html#method.shrink_to
130
129
[`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
132
130
[`std::mem::transmute`]: https://doc.rust-lang.org/stable/std/mem/fn.transmute.html
133
131
[`slice::first`]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.first
134
132
[`slice::split_first`]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.split_first
You can’t perform that action at this time.
0 commit comments