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

Update nightly toolchain pin #25

Merged
merged 2 commits into from
Sep 2, 2024
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
7 changes: 4 additions & 3 deletions jsonrpc/src/http/minreq_http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion nightly-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2024-06-02
nightly-2024-09-01
Loading