Fix link to write_vectored
This commit is contained in:
parent
9745b1fc52
commit
ba91e7e374
@ -1388,7 +1388,7 @@ fn write_all(&mut self, mut buf: &[u8]) -> Result<()> {
|
||||
///
|
||||
/// If the buffer contains no data, this will never call [`write_vectored`].
|
||||
///
|
||||
/// [`write_vectored`]: #tymethod.write_vectored
|
||||
/// [`write_vectored`]: #method.write_vectored
|
||||
/// [`ErrorKind::Interrupted`]: ../../std/io/enum.ErrorKind.html#variant.Interrupted
|
||||
///
|
||||
/// # Notes
|
||||
|
Loading…
Reference in New Issue
Block a user