We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ac9c52 + 4e7ef8a commit b783f74Copy full SHA for b783f74
src/rustup-utils/src/errors.rs
@@ -75,14 +75,14 @@ error_chain! {
75
path: PathBuf,
76
} {
77
description("could not download file")
78
- display("could not download file from '{}' to '{}", url, path.display())
+ display("could not download file from '{}' to '{}'", url, path.display())
79
}
80
DownloadNotExists {
81
url: Url,
82
83
84
85
86
87
InvalidUrl {
88
url: String,
0 commit comments