Skip to content

Commit

Permalink
Merge pull request #1438 from foresterre/foresterre/gif-repeat-debug
Browse files Browse the repository at this point in the history
Derive Debug for gif Repeat
  • Loading branch information
HeroicKatora committed Feb 21, 2021
2 parents 3264478 + 7fd3247 commit 4b281a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codecs/gif.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ impl FrameInfo {
}

/// Number of repetitions for a GIF animation
#[derive(Clone, Copy)]
#[derive(Clone, Copy, Debug)]
pub enum Repeat {
/// Finite number of repetitions
Finite(u16),
Expand Down

0 comments on commit 4b281a3

Please sign in to comment.