Skip to content

Commit 1251953

Browse files
committed
Replace stale docs reference to minreq
1 parent e022b7c commit 1251953

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)