Skip to content

Commit

Permalink
derive(Debug) for ZipStreamFileMetadata
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu authored and Plecra committed Feb 1, 2023
1 parent 02c3699 commit 42e2865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/read/stream.rs
Expand Up @@ -68,6 +68,7 @@ pub trait ZipStreamVisitor {
}

/// Additional metadata for the file.
#[derive(Debug)]
pub struct ZipStreamFileMetadata(ZipFileData);

impl ZipStreamFileMetadata {
Expand Down

0 comments on commit 42e2865

Please sign in to comment.