Skip to content

Commit 90b0a67

Browse files
committed
Make clippy happy
1 parent 73572a9 commit 90b0a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/decoder/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ pub trait Decoder: Send {
2525
}
2626

2727
#[derive(Debug)]
28+
#[allow(clippy::upper_case_acronyms)]
2829
pub enum DecodeError {
29-
#[allow(clippy::upper_case_acronyms)]
3030
EOF,
3131
BadInput,
3232
UnknownColorspace,

0 commit comments

Comments
 (0)