diff --git a/jsonrpc/src/http/minreq_http.rs b/jsonrpc/src/http/minreq_http.rs index 4195624..de1a5e1 100644 --- a/jsonrpc/src/http/minreq_http.rs +++ b/jsonrpc/src/http/minreq_http.rs @@ -173,9 +173,10 @@ impl fmt::Display for HttpError { impl error::Error for HttpError {} -/// Error that can happen when sending requests. In case of error, a JSON error is returned if the -/// body of the response could be parsed as such. Otherwise, an HTTP error is returned containing -/// the status code and the raw body. +/// Error that can happen when sending requests. +/// +/// In case of error, a JSON error is returned if the body of the response could be parsed as such. +/// Otherwise, an HTTP error is returned containing the status code and the raw body. #[non_exhaustive] #[derive(Debug)] pub enum Error { diff --git a/nightly-version b/nightly-version index 3bc7334..e67d571 100644 --- a/nightly-version +++ b/nightly-version @@ -1 +1 @@ -nightly-2024-06-02 +nightly-2024-09-01