Add link to silence doc warning

staging
James Munns 5 years ago
parent 2c02037673
commit 6db71e597b

@ -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,

Loading…
Cancel
Save