servo/components/layout_2020/flow/inline
Simon Wülker bb0d08432e
Migrate to the 2024 edition (#35755)
* Migrate to 2024 edition

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Allow unsafe_op_in_unsafe_fn lint

This lint warns by default in the 2024
edition, but is *way* too noisy for servo.

We might enable it in the future, but not now.

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Compile using the 2024 edition

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-03-13 10:28:11 +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 Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
text_run.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00