mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
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:
parent
c6d305fbb3
commit
a591778a25
7 changed files with 20 additions and 16 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2050,6 +2050,7 @@ dependencies = [
|
|||
"malloc_size_of",
|
||||
"malloc_size_of_derive",
|
||||
"net_traits",
|
||||
"num-traits",
|
||||
"parking_lot",
|
||||
"range",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue