Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Feb 2, 2024
1 parent c87711d commit a532d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc-zip/src/fsm/entry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ trait Decompressor {
}

impl AnyDecompressor {
fn new(method: Method, entry: &StoredEntryInner) -> Result<Self, Error> {
fn new(method: Method, #[allow(unused)] entry: &StoredEntryInner) -> Result<Self, Error> {
let dec = match method {
Method::Store => Self::Store(Default::default()),

Expand Down

0 comments on commit a532d35

Please sign in to comment.