servo/components/canvas
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
..
webgl_mode feat: webxr feature flag (#34241) 2024-11-13 17:16:58 +00:00
canvas_data.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
canvas_paint_thread.rs compositor: Create a single cross-process compositor API (#33619) (#33660) 2024-10-09 17:30:24 +00:00
Cargo.toml Remove some unused dependencies (#34355) 2024-11-25 10:29:58 +00:00
lib.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
raqote_backend.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
webgl_limits.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
webgl_thread.rs Replace sparkle with glow in components/canvas (#33918) 2024-11-20 09:05:24 +00:00
webxr.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00