Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit bb5a9ff

Browse files
authored
Update nightly toolchain pin (#25)
Manually update the pinned nightly toolchain to a recent one.
2 parents 8f5346d + 02f709c commit bb5a9ff

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

jsonrpc/src/http/minreq_http.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,10 @@ impl fmt::Display for HttpError {
173173

174174
impl error::Error for HttpError {}
175175

176-
/// Error that can happen when sending requests. In case of error, a JSON error is returned if the
177-
/// body of the response could be parsed as such. Otherwise, an HTTP error is returned containing
178-
/// the status code and the raw body.
176+
/// Error that can happen when sending requests.
177+
///
178+
/// In case of error, a JSON error is returned if the body of the response could be parsed as such.
179+
/// Otherwise, an HTTP error is returned containing the status code and the raw body.
179180
#[non_exhaustive]
180181
#[derive(Debug)]
181182
pub enum Error {

nightly-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2024-06-02
1+
nightly-2024-09-01

0 commit comments

Comments
 (0)