1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

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

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