chore: clippy

This commit is contained in:
Vukašin Vojinović 2025-10-16 13:50:32 +02:00 committed by Victoria Brekenfeld
parent 3b70bc0265
commit 0847247c33
77 changed files with 865 additions and 1029 deletions

View file

@ -143,7 +143,7 @@ pub fn init_backend(
init_egl_client_side(dh, state, &mut backend)?;
let name = format!("WINIT-0");
let name = "WINIT-0".to_string();
let size = backend.window_size();
let props = PhysicalProperties {
size: (0, 0).into(),