We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http::Error::InitHttpClient
1 parent c0e72fb commit 9e6ae01Copy full SHA for 9e6ae01
gix-transport/src/client/blocking_io/http/traits.rs
@@ -4,7 +4,7 @@ use crate::client::WriteMode;
4
#[derive(Debug, thiserror::Error)]
5
#[allow(missing_docs)]
6
pub enum Error {
7
- #[error("Could initialize the http client")]
+ #[error("Could not initialize the http client")]
8
InitHttpClient {
9
source: Box<dyn std::error::Error + Send + Sync + 'static>,
10
},
0 commit comments