Merge pull request #173 from async-rs/fix-doc-warning

Add link to silence doc warning
staging
Florian Gilcher 5 years ago committed by GitHub
commit 7d635b3200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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