Skip to content

Commit b09be8b

Browse files
committed
Merge #398: bitreq: Re-implement json-using-serde feature
99c948c Re-implement json-using-serde feature (Tobin C. Harding) 1251953 Replace stale docs reference to minreq (Tobin C. Harding) Pull request description: This feature was removed when we gutted `minreq` after forking it. Turns out we need it to be able to use `bitreq` in `jsonrpc`. Re-implement the feature by copying code from `minreq`. Close: #393 ACKs for top commit: oleonardolima: tACK 99c948c jamillambert: ACK 99c948c Tree-SHA512: 2e22881566fd3d75e0edb70567dac0b1ed9ce66720511dcead888b2b7686fc89fb1f6bce3bd490f91997e9ade88b0665b00679c79bcef35205c6ce1117306faf
2 parents 44c839d + 1251953 commit b09be8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitreq/src/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ impl Request {
297297
/// Returns `Err` if we run into an error while sending the
298298
/// request, or receiving/parsing the response. The specific error
299299
/// is described in the `Err`, and it can be any
300-
/// [`minreq::Error`](enum.Error.html) except
300+
/// [`bitreq::Error`](enum.Error.html) except
301301
/// [`InvalidUtf8InBody`](enum.Error.html#variant.InvalidUtf8InBody).
302302
#[cfg(feature = "async")]
303303
pub async fn send_async(self) -> Result<Response, Error> {

0 commit comments

Comments
 (0)