Files
rust/library/std
Matthias Krüger 95c33e303b Rollup merge of #134363 - estebank:derive-default, r=SparrowLii
Use `#[derive(Default)]` instead of manual `impl` when possible

While working on #134175 I noticed a few manual `Default` `impl`s that could be `derive`d instead. These likely predate the existence of the `#[default]` attribute for `enum`s.
2024-12-23 14:44:20 +01:00
..
2024-07-29 08:26:52 +10:00
2024-11-04 03:06:09 +00:00
2024-12-19 10:08:29 +01:00