Skip to content

Commit

Permalink
clippy: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Aug 2, 2024
1 parent a0c2294 commit 9301683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ impl TarArchive {
/// Iterates over all entries of the Tar archive.
/// Returns items of type [`ArchiveEntry`].
/// See also [`ArchiveEntryIterator`].
#[must_use]
pub fn entries(&self) -> ArchiveEntryIterator {
ArchiveEntryIterator::new(self.data.as_ref())
}
Expand Down

0 comments on commit 9301683

Please sign in to comment.