Improve Au(0) constructions (#33709)

This replaces `Au(0)` with `Au::zero()` and other utility functions when possible.

Signed-off-by: hackerbirds <120066692+hackerbirds@users.noreply.github.com>
This commit is contained in:
birdbrained 2024-10-10 16:45:18 +00:00 committed by GitHub
parent c6d305fbb3
commit a591778a25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 20 additions and 16 deletions

1
Cargo.lock generated
View file

@ -2050,6 +2050,7 @@ dependencies = [
"malloc_size_of",
"malloc_size_of_derive",
"net_traits",
"num-traits",
"parking_lot",
"range",
"serde",