Response.copy_to: Fix docs markup

This commit is contained in:
Danilo Bargen
2018-11-18 21:29:43 +01:00
committed by Sean McArthur
parent 82bc1be89e
commit 4aa34bb591

View File

@@ -271,6 +271,7 @@ impl Response {
/// the body and then write it into writer in a streaming fashion until EOF is met.
///
/// On success, the total number of bytes that were copied to `writer` is returned.
///
/// [`std::io::copy`]: https://doc.rust-lang.org/std/io/fn.copy.html
///
/// # Example