Skip to content

Commit cd92239

Browse files
authored
Merge pull request #6 from rustwasm/clone-plz
feat(download): derive Clone
2 parents 43de277 + c93346d commit cd92239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub struct Cache {
3232
}
3333

3434
/// Representation of a downloaded tarball/zip
35-
#[derive(Debug)]
35+
#[derive(Debug, Clone)]
3636
pub struct Download {
3737
root: PathBuf,
3838
}

0 commit comments

Comments
 (0)