Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gix-packetline-blocking/src/read/sidebands/async_io.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions gix-packetline/src/read/sidebands/async_io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ where
"interrupted by user",
)))
}
};
}
}
BandRef::Error(d) => {
let text = TextRef::from(d).0;
Expand All @@ -312,9 +312,9 @@ where
"interrupted by user",
)))
}
};
}
}
};
}
}
None => {
break match line.as_slice() {
Expand Down
2 changes: 1 addition & 1 deletion gix-transport/src/client/blocking_io/http/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl crate::IsSpuriousError for Error {
#[cfg(feature = "http-client-reqwest")]
if let Some(err) = source.downcast_ref::<crate::client::http::reqwest::remote::Error>() {
return err.is_spurious();
};
}
false
}
_ => false,
Expand Down
Loading