Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 359fd59

Browse files
committed
a
1 parent 9e2c43e commit 359fd59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/spirv-builder/src/options/source.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ impl Source {
3535
commitish,
3636
into,
3737
} => {
38+
let into = into.to_owned();
3839
std::fs::create_dir_all(&into)?;
3940
let repo = git2::build::RepoBuilder::new().clone(&repository, &into)?;
4041

0 commit comments

Comments
 (0)