Skip to content

Commit

Permalink
blockreader.rs NFC comment Issue #13
Browse files Browse the repository at this point in the history
Issue #13
  • Loading branch information
jtmoon79 committed Aug 8, 2022
1 parent bc41128 commit 1c58a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/readers/blockreader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,7 @@ impl BlockReader {
/// Called from `read_block`.
///
/// XXX: This reads the entire file within the `.tar` file during the first call.
/// See Issue #13
///
/// This one big read is due to crate `tar` not providing a method to store `tar::Handle` or
/// `tar::Entry` due to inter-instance references and explicit lifetimes.
Expand Down

0 comments on commit 1c58a77

Please sign in to comment.