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.
This commit is contained in:
Matthias Krüger 2024-12-23 14:44:20 +01:00 committed by GitHub
commit ba2f4d0065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

Diff content is not available