File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ Stabilised APIs
6464- [`VecDeque::shrink_to`]
6565- [`HashMap::shrink_to`]
6666- [`HashSet::shrink_to`]
67- - [`task::ready!`]
6867
6968These 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
You can’t perform that action at this time.
0 commit comments