Remove Debug leftover in private Operation type
This commit is contained in:
parent
6ba6673e2a
commit
9d4ef528d8
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue