Fix cargo lint issues

This commit is contained in:
Héctor Ramón Jiménez 2025-03-24 19:36:02 +01:00
parent 576dd22733
commit af6b8155c6
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 3 additions and 3 deletions

View file

@ -238,7 +238,7 @@ impl Renderer {
let view = texture.create_view(&wgpu::TextureViewDescriptor::default());
let mut encoder = self.draw(Some(background_color), &view, &viewport);
let mut encoder = self.draw(Some(background_color), &view, viewport);
let texture = crate::color::convert(
&self.engine.device,