Skip to content

Commit

Permalink
Add missing pub to FullReset's data format (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh authored Sep 5, 2020
1 parent d2807bf commit 743d6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniz_oxide/src/inflate/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl ResetPolicy for ZeroReset {
/// Full reset of the state, including zeroing memory.
///
/// Requires to provide new data format.
pub struct FullReset(DataFormat);
pub struct FullReset(pub DataFormat);

impl ResetPolicy for FullReset {
#[inline]
Expand Down

0 comments on commit 743d6d3

Please sign in to comment.