mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
482e407a1f
More `mem::take` in `library` A bunch of places were using `replace(…, &mut [])`, but that can just be `take`. |
||
---|---|---|
.. | ||
alloc | ||
backtrace@8ad84ca5ad | ||
core | ||
panic_abort | ||
panic_unwind | ||
portable-simd | ||
proc_macro | ||
profiler_builtins | ||
rtstartup | ||
rustc-std-workspace-alloc | ||
rustc-std-workspace-core | ||
rustc-std-workspace-std | ||
std | ||
stdarch@b655243782 | ||
test | ||
unwind |