Skip to content

Commit

Permalink
Merge pull request #173 from async-rs/fix-doc-warning
Browse files Browse the repository at this point in the history
Add link to silence doc warning
  • Loading branch information
skade authored Sep 10, 2019
2 parents 2c02037 + 6db71e5 commit 7d635b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/io/write/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ pub trait Write {
/// #
/// # Ok(()) }) }
/// ```
///
/// [`write`]: #tymethod.write
fn write_all<'a>(&'a mut self, buf: &'a [u8]) -> ret!('a, WriteAllFuture, io::Result<()>)
where
Self: Unpin,
Expand Down

0 comments on commit 7d635b3

Please sign in to comment.