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.
1 parent 8ddf367 commit 1e612a7Copy full SHA for 1e612a7
src/cargo/util/network/retry.rs
@@ -109,7 +109,7 @@ impl<'a> Retry<'a> {
109
.map(|http_err| http_err.display_short())
110
.unwrap_or_else(|| e.root_cause().to_string());
111
let msg = format!(
112
- "spurious network error ({} tries remaining): {err_msg}",
+ "spurious network error ({} trie{s} remaining): {err_msg}",
113
self.max_retries - self.retries,
114
);
115
if let Err(e) = self.gctx.shell().warn(msg) {
0 commit comments