mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
docs: fix all rustdoc warnings (#1474)
This commit is contained in:
@@ -22,9 +22,6 @@ use std::{cmp, fmt};
|
||||
/// When the `BufReader` is dropped, the contents of its buffer will be
|
||||
/// discarded. Creating multiple instances of a `BufReader` on the same
|
||||
/// stream can cause data loss.
|
||||
///
|
||||
/// [`AsyncRead`]: tokio_io::AsyncRead
|
||||
///
|
||||
// TODO: Examples
|
||||
pub struct BufReader<R> {
|
||||
inner: R,
|
||||
|
||||
Reference in New Issue
Block a user