servo/components/layout_2020
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
..
display_list Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
flexbox Improve logic for establishing a stacking context (#35947) 2025-03-13 06:49:08 +00:00
flow Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
fragment_tree Improve logic for establishing a stacking context (#35947) 2025-03-13 06:49:08 +00:00
table Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
taffy Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
tests Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
Cargo.toml layout: Implement a non-recursive version of CSS quotes (#34770) 2025-02-27 16:00:21 +00:00
cell.rs layout: Remove the obsolete layout tracing functionality (#35001) 2025-01-15 13:24:14 +00:00
construct_modern.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
context.rs script: Do not set up an IPC route for every image load (#35041) 2025-01-25 09:39:04 +00:00
dom.rs Remove legacy layout (layout 2013) (#35943) 2025-03-13 07:26:57 +00:00
dom_traversal.rs Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
formatting_contexts.rs layout: Limit content_inline_size_for_table override to collapsed columns (#35209) 2025-02-05 00:35:59 +00:00
geom.rs layout: Remove special height logic of replaced element with auto width (#35275) 2025-03-13 00:57:26 +00:00
layout_box_base.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
lib.rs layout: Implement a non-recursive version of CSS quotes (#34770) 2025-02-27 16:00:21 +00:00
lists.rs layout: Add LayoutBoxBase and use it for IndependentFormattingContext (#34507) 2024-12-07 19:12:25 +00:00
positioned.rs layout: Fix interaction of margin and stretch size on block-level boxes (#35904) 2025-03-11 21:32:28 +00:00
query.rs Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
quotes.rs layout: Implement a non-recursive version of CSS quotes (#34770) 2025-02-27 16:00:21 +00:00
replaced.rs layout: Remove special height logic of replaced element with auto width (#35275) 2025-03-13 00:57:26 +00:00
sizing.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
style_ext.rs Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
traversal.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00