Skip to content

Commit 0db5985

Browse files
dervoetinightkr
andauthored
Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
1 parent 37b4bf2 commit 0db5985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/patchable/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ fn main() -> Result<()> {
486486
mirror_remote
487487
.push(&[&refspec], Some(&mut push_options))
488488
.context(PushToMirrorSnafu {
489-
url: mirror_url.clone(),
489+
url: &mirror_url,
490490
refspec: &refspec,
491491
commit: base_commit,
492492
})?;

0 commit comments

Comments
 (0)