Skip to content

Commit

Permalink
Merge pull request #6 from rustwasm/clone-plz
Browse files Browse the repository at this point in the history
feat(download): derive Clone
  • Loading branch information
alexcrichton committed Jul 23, 2019
2 parents 43de277 + c93346d commit cd92239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
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 cd92239

Please sign in to comment.