Skip to content

Commit 1ff8ed2

Browse files
Update posts/2021-07-29-Rust-1.54.0.md
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
1 parent a0e61b8 commit 1ff8ed2

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

posts/2021-07-29-Rust-1.54.0.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,25 @@ TODO - Wesley is going to draft text here.
6060

6161
The following methods and trait implementations were stabilized.
6262

63-
TODO
63+
- [`BTreeMap::into_keys`]
64+
- [`BTreeMap::into_values`]
65+
- [`HashMap::into_keys`]
66+
- [`HashMap::into_values`]
67+
- [`arch::wasm32`]
68+
- [`VecDeque::binary_search`]
69+
- [`VecDeque::binary_search_by`]
70+
- [`VecDeque::binary_search_by_key`]
71+
- [`VecDeque::partition_point`]
72+
73+
[`BTreeMap::into_keys`]: https://doc.rust-lang.org/std/collections/struct.BTreeMap.html#method.into_keys
74+
[`BTreeMap::into_values`]: https://doc.rust-lang.org/std/collections/struct.BTreeMap.html#method.into_values
75+
[`HashMap::into_keys`]: https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.into_keys
76+
[`HashMap::into_values`]: https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.into_values
77+
[`arch::wasm32`]: https://doc.rust-lang.org/core/arch/wasm32/index.html
78+
[`VecDeque::binary_search`]: https://doc.rust-lang.org/std/collections/struct.VecDeque.html#method.binary_search
79+
[`VecDeque::binary_search_by`]: https://doc.rust-lang.org/std/collections/struct.VecDeque.html#method.binary_search_by
80+
[`VecDeque::binary_search_by_key`]: https://doc.rust-lang.org/std/collections/struct.VecDeque.html#method.binary_search_by_key
81+
[`VecDeque::partition_point`]: https://doc.rust-lang.org/std/collections/struct.VecDeque.html#method.partition_point
6482

6583
### Other changes
6684

0 commit comments

Comments
 (0)