mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Enable and fix some more clippy lints (#7426)
One can never have too many lints
This commit is contained in:
@@ -528,7 +528,7 @@ impl Painter {
|
||||
|
||||
self.upload_texture_srgb(delta.pos, image.size, delta.options, data);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
fn upload_texture_srgb(
|
||||
|
||||
Reference in New Issue
Block a user