rust/library/std
Dylan DPC 482e407a1f
Rollup merge of #110633 - scottmcm:more-take, r=thomcc
More `mem::take` in `library`

A bunch of places were using `replace(…, &mut [])`, but that can just be `take`.
2023-04-21 20:35:29 +05:30
..
benches
primitive_docs
src Rollup merge of #110633 - scottmcm:more-take, r=thomcc 2023-04-21 20:35:29 +05:30
tests Exclude SGX from create_dir_all_bare test 2023-02-21 18:33:20 +00:00
build.rs socket ancillary data implementation for FreeBSD (from 13 and above). 2023-03-27 16:48:41 +01:00
Cargo.toml Bump version of object and related crates 2023-04-19 12:42:20 +08:00