mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
Add link to silence doc warning
This commit is contained in:
parent
2c02037673
commit
6db71e597b
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ pub trait Write {
|
||||||
/// #
|
/// #
|
||||||
/// # Ok(()) }) }
|
/// # Ok(()) }) }
|
||||||
/// ```
|
/// ```
|
||||||
|
///
|
||||||
|
/// [`write`]: #tymethod.write
|
||||||
fn write_all<'a>(&'a mut self, buf: &'a [u8]) -> ret!('a, WriteAllFuture, io::Result<()>)
|
fn write_all<'a>(&'a mut self, buf: &'a [u8]) -> ret!('a, WriteAllFuture, io::Result<()>)
|
||||||
where
|
where
|
||||||
Self: Unpin,
|
Self: Unpin,
|
||||||
|
|
Loading…
Reference in a new issue