Skip to content

Commit

Permalink
feat(download): derive Clone
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jul 23, 2019
1 parent 43de277 commit c93346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct Cache {
}

/// Representation of a downloaded tarball/zip
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct Download {
root: PathBuf,
}
Expand Down

0 comments on commit c93346d

Please sign in to comment.