servo/components/layout_2020/flow/inline
Barigbue Nbira a0730d7154
refactor: use is_zero() instead of comparing with Au::Zero() (#36347)
Use `is_zero()` instead of comparing with `Au::Zero()` for zero checks. 

Testing: This change does not cause behaviour change, a test is not
necessary.
Fixes: #36300

---------

Signed-off-by: Barigbue <barigbuenbira@gmail.com>
2025-04-09 22:57:55 +00:00
..
construct.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
inline_box.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
line.rs Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
line_breaker.rs layout: Linebreak the entire InlineFormattingContext at once (#32483) 2024-06-13 20:12:14 +00:00
mod.rs refactor: use is_zero() instead of comparing with Au::Zero() (#36347) 2025-04-09 22:57:55 +00:00
text_run.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00