mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
482e407a1f
More `mem::take` in `library` A bunch of places were using `replace(…, &mut [])`, but that can just be `take`.