fix ClientResponse::body doc

fixes #2589
This commit is contained in:
Rob Ede 2022-01-19 15:52:16 +00:00
parent 2ffc21dd4f
commit ad159f5219
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ where
///
/// # Errors
/// `Future` implementation returns error if:
/// - content type is not `application/json`
/// - content length is greater than [limit](JsonBody::limit) (default: 2 MiB)
///
/// # Examples