Skip to content

Commit

Permalink
docs: add missing docs for ext_header
Browse files Browse the repository at this point in the history
  • Loading branch information
attilarepka committed Jun 27, 2024
1 parent fe4e18a commit 61f643e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ impl<'a, R: Read> Entry<'a, R> {
&self.fields.header
}

#[allow(missing_docs)]
/// Returns access to the extended header of this entry in the archive.
///
/// This provides access to the underlying extended sparse headers.
pub fn ext_header(&self) -> &GnuExtSparseHeader {
&self.fields.ext_header
}
Expand Down

0 comments on commit 61f643e

Please sign in to comment.