mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-03 00:00:05 +02:00
io: change AsyncReadExt::read docs formatting (#7066)
This commit is contained in:
@@ -124,7 +124,7 @@ cfg_io_util! {
|
|||||||
///
|
///
|
||||||
/// No guarantees are provided about the contents of `buf` when this
|
/// No guarantees are provided about the contents of `buf` when this
|
||||||
/// function is called, implementations cannot rely on any property of the
|
/// function is called, implementations cannot rely on any property of the
|
||||||
/// contents of `buf` being `true`. It is recommended that *implementations*
|
/// contents of `buf` being true. It is recommended that *implementations*
|
||||||
/// only write data to `buf` instead of reading its contents.
|
/// only write data to `buf` instead of reading its contents.
|
||||||
///
|
///
|
||||||
/// Correspondingly, however, *callers* of this method may not assume
|
/// Correspondingly, however, *callers* of this method may not assume
|
||||||
|
|||||||
Reference in New Issue
Block a user