File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,25 @@ TODO - Wesley is going to draft text here.
60
60
61
61
The following methods and trait implementations were stabilized.
62
62
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
64
82
65
83
### Other changes
66
84
You can’t perform that action at this time.
0 commit comments