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

Commit 7191652

Browse files
committed
Fix line length warning
1 parent 8f5346d commit 7191652

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

jsonrpc/src/http/minreq_http.rs

+4-3
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 {

0 commit comments

Comments
 (0)