rust/library/std
bors d3322e2773 Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomcc
Do not use box syntax in `std`

See #94970 and #49733. About half of the `box` instances in `std` do not even need to allocate, the other half can simply be replaced with `Box::new`.

`@rustbot` label +T-libs
r? rust-lang/libs
2023-01-23 01:05:56 +00:00
..
benches
primitive_docs
src Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomcc 2023-01-23 01:05:56 +00:00
tests Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00
build.rs
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00