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 e6b069d + 3cc75e4 commit 9fb178cCopy full SHA for 9fb178c
src/runner/tasks.rs
@@ -186,7 +186,7 @@ impl Task {
186
let rustwide_crate = self.krate.to_rustwide();
187
for attempt in 1..=15 {
188
match detect_broken(rustwide_crate.fetch(workspace)) {
189
- Ok(()) => {}
+ Ok(()) => break,
190
Err(e) => {
191
if storage.to_string().contains("No space left on device") {
192
if attempt == 15 {
0 commit comments