servo/components/layout_2020/flow/inline
Martin Robinson 621ddd749c
Elide lifetimes where possible after rustup (#34824)
The new version of rust allows us to elide some lifetimes and clippy is
now complaining about this. This change elides them where possible and
removes the clippy exceptions.

Fixes #34804.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-01-03 18:54:44 +00:00
..
construct.rs build: upgrade rustc to 1.81.0 (#34270) 2024-12-12 07:26:16 +00:00
inline_box.rs layout: Clean up inline layout data types a bit (#34563) 2024-12-11 14:40:34 +00:00
line.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
line_breaker.rs layout: Linebreak the entire InlineFormattingContext at once (#32483) 2024-06-13 20:12:14 +00:00
mod.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
text_run.rs Upgrade Stylo to 2024-11-01 (#34322) 2024-11-21 15:14:45 +00:00