Apply suggestions by rust

This commit is contained in:
2026-03-05 15:02:45 +01:00
parent e440a86d97
commit bd6f1df391
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ impl LockedSurface {
let (width, height, stride) = self.renderer.surface_info();
// Create buffer from pool
let (buffer, mut canvas) =
let (buffer, canvas) =
pool.create_buffer(width, height, stride, wl_shm::Format::Argb8888)?;
// Copy pixel data to buffer