chore: Shorten name of `skip_serializing_if_default` (#19591)
The actual code in the function merely compares the value to its type default, so use a shorter name that reflects its actual function. This results in a serde condition of `skip_serializing_if = "is_default"` which is a more natural reading. This ends up allowing `cargo fmt` to wrap more lines together, dropping 100 LOC.
B
Bruce Guenter committed
9dd9907b356996d9bbb395fd4aea2a207c930914
Parent: 2448a72
Committed by GitHub <noreply@github.com>
on 1/11/2024, 5:19:50 PM