Skip to content

Commit

Permalink
Cloneable DecompressionError (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski authored Dec 22, 2024
1 parent c365c7e commit 07d3e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decompress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::{
};

/// An error encountered while decompressing a deflate stream.
#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Clone)]
pub enum DecompressionError {
/// The zlib header is corrupt.
BadZlibHeader,
Expand Down

0 comments on commit 07d3e74

Please sign in to comment.