Skip to content

Commit

Permalink
Merge pull request #13 from DavidVentura/master
Browse files Browse the repository at this point in the history
Derive clone for Builder
  • Loading branch information
jcreekmore authored Apr 5, 2024
2 parents f88f48a + a8867cd commit 5c2a49e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/newc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub struct Reader<R: Read> {
}

/// Builds metadata for one entry to be written into an archive.
#[derive(Clone)]
pub struct Builder {
name: String,
ino: u32,
Expand Down

0 comments on commit 5c2a49e

Please sign in to comment.