servo/components/canvas
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
..
webgl_mode Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
canvas_data.rs Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
canvas_paint_thread.rs canvas: Do not update ImageKey during canvas layout (#35719) 2025-03-12 15:36:52 +00:00
Cargo.toml Finish the integration of webxr into the Cargo workspace (#35229) 2025-01-31 16:41:57 +00:00
lib.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
raqote_backend.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
webgl_limits.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
webgl_thread.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
webxr.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00