Add documentation links.

This commit is contained in:
Corey Farwell
2016-09-07 21:19:34 -04:00
parent 815dc803db
commit d7f76ca549
6 changed files with 18 additions and 6 deletions
+3 -1
View File
@@ -6,7 +6,9 @@ use futures::{Poll, Future};
/// A future which can be used to easily read the entire contents of a stream
/// into a vector.
///
/// Created by the `read_to_end` function.
/// Created by the [`read_to_end`] function.
///
/// [`read_to_end`]: fn.read_to_end.html
pub struct ReadToEnd<A> {
state: State<A>,
}