Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Aug 10, 2021
1 parent 1547af6 commit ab85158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/decoder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pub trait Decoder: Send {
}

#[derive(Debug)]
#[allow(clippy::upper_case_acronyms)]
pub enum DecodeError {
#[allow(clippy::upper_case_acronyms)]
EOF,
BadInput,
UnknownColorspace,
Expand Down

0 comments on commit ab85158

Please sign in to comment.