@@ -146,6 +146,28 @@ In this release, if you are using Cargo, [you no longer need this line when work
146
146
- [ ` ManuallyDrop::take ` ]
147
147
- [ ` ptr::slice_from_raw_parts_mut ` ] & [ ` ptr::slice_from_raw_parts ` ]
148
148
149
+ [ `DebugMap::key` ] : https://doc.rust-lang.org/stable/std/fmt/struct.DebugMap.html#method.key
150
+ [ `DebugMap::value` ] : https://doc.rust-lang.org/stable/std/fmt/struct.DebugMap.html#method.value
151
+ [ `ManuallyDrop::take` ] : https://doc.rust-lang.org/stable/std/mem/struct.ManuallyDrop.html#method.take
152
+ [ `matches!` ] : https://doc.rust-lang.org/stable/std/macro.matches.html
153
+ [ `ptr::slice_from_raw_parts_mut` ] : https://doc.rust-lang.org/stable/std/ptr/fn.slice_from_raw_parts_mut.html
154
+ [ `ptr::slice_from_raw_parts` ] : https://doc.rust-lang.org/stable/std/ptr/fn.slice_from_raw_parts.html
155
+ [ `CondVar::wait_while` ] : https://doc.rust-lang.org/stable/std/sync/struct.Condvar.html#method.wait_while
156
+ [ `CondVar::wait_timeout_while` ] : https://doc.rust-lang.org/stable/std/sync/struct.Condvar.html#method.wait_timeout_while
157
+ [ 68253 ] : https://github.com/rust-lang/rust/pull/68253/
158
+ [ 68348 ] : https://github.com/rust-lang/rust/pull/68348/
159
+ [ 67935 ] : https://github.com/rust-lang/rust/pull/67935/
160
+ [ 68339 ] : https://github.com/rust-lang/rust/pull/68339/
161
+ [ 68122 ] : https://github.com/rust-lang/rust/pull/68122/
162
+ [ 67712 ] : https://github.com/rust-lang/rust/pull/67712/
163
+ [ 67887 ] : https://github.com/rust-lang/rust/pull/67887/
164
+ [ 67131 ] : https://github.com/rust-lang/rust/pull/67131/
165
+ [ 67233 ] : https://github.com/rust-lang/rust/pull/67233/
166
+ [ 66899 ] : https://github.com/rust-lang/rust/pull/66899/
167
+ [ 66919 ] : https://github.com/rust-lang/rust/pull/66919/
168
+ [ 66254 ] : https://github.com/rust-lang/rust/pull/66254/
169
+ [ cargo/7700 ] : https://github.com/rust-lang/cargo/pull/7700
170
+
149
171
### Other changes
150
172
151
173
[ relnotes-cargo ] : https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-142-2020-03-12
0 commit comments