Skip to content

Commit

Permalink
Can't get rid of the Buffer wrapper, because relative reads
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Feb 1, 2024
1 parent 635dcd8 commit 7a82225
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rc-zip/src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,6 @@ impl ArchiveReader {
}
}

/// FIXME: get rid of this wrapper entirely, we can just use `.available_data` from oval::Buffer ?
/// A wrapper around [oval::Buffer] that keeps track of how many bytes we've read since
/// initialization or the last reset.
pub(crate) struct Buffer {
Expand Down

0 comments on commit 7a82225

Please sign in to comment.