diff --git a/graphics/src/image.rs b/graphics/src/image.rs index 4e0ca181..70acc7e0 100644 --- a/graphics/src/image.rs +++ b/graphics/src/image.rs @@ -49,7 +49,6 @@ pub fn load(handle: &image::Handle) -> Result { use bitflags::bitflags; bitflags! { - #[derive(Debug)] struct Operation: u8 { const FLIP_HORIZONTALLY = 0b1; const ROTATE_180 = 0b10;