Skip to content

Commit b30dfe6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/patchable/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ pub enum Error {
246246
path: PathBuf,
247247
},
248248

249-
#[snafu(display("failed to rewrite URL for SSH: {source}"))]
249+
#[snafu(display("failed to rewrite URL for SSH"))]
250250
UrlRewrite { source: utils::UrlRewriteError },
251251

252252
#[snafu(display(

0 commit comments

Comments
 (0)