Files
rust/library/std
Dylan DPC 0ed320bdb9 Rollup merge of #97494 - est31:remove_box_alloc_tests, r=Dylan-DPC
Use Box::new() instead of box syntax in library tests

The tests inside `library/*` have no reason to use `box` syntax as they have 0 performance relevance. Therefore, we can safely remove them (instead of having to use alternatives like the one in #97293).
2022-05-30 14:33:48 +02:00
..
2020-07-27 19:51:13 -05:00
2022-03-22 15:14:33 -07:00