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, Async};
///
/// Resolves to the underlying I/O object once the flush operation is complete.
///
/// Created by the `flush` function.
/// Created by the [`flush`] function.
///
/// [`flush`]: fn.flush.html
pub struct Flush<A> {
a: Option<A>,
}