Remove Debug leftover in private Operation type

This commit is contained in:
Héctor Ramón Jiménez 2025-10-29 13:48:00 +01:00
parent 6ba6673e2a
commit 9d4ef528d8
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -49,7 +49,6 @@ pub fn load(handle: &image::Handle) -> Result<Buffer, image::Error> {
use bitflags::bitflags;
bitflags! {
#[derive(Debug)]
struct Operation: u8 {
const FLIP_HORIZONTALLY = 0b1;
const ROTATE_180 = 0b10;