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