summaryrefslogtreecommitdiffstats
path: root/tokio/src/prelude.rs
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-11-23 08:24:03 -0800
committerGitHub <noreply@github.com>2019-11-23 08:24:03 -0800
commit3ecaa6d91cef271b4c079a2e28bc3270280bcee6 (patch)
tree93c6eb135a0566e77c39e15120106b60b0565cae /tokio/src/prelude.rs
parent0bc68adb34fb981f213b81abac63d6375e513d48 (diff)
docs: improve tokio::io API documentation (#1815)
Adds method level documentation for `tokio::io`.
Diffstat (limited to 'tokio/src/prelude.rs')
-rw-r--r--tokio/src/prelude.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/prelude.rs b/tokio/src/prelude.rs
index 7e482892..d4e790be 100644
--- a/tokio/src/prelude.rs
+++ b/tokio/src/prelude.rs
@@ -13,7 +13,7 @@
//!
//! The prelude may grow over time as additional items see ubiquitous use.
-pub use crate::io::{AsyncBufRead, AsyncRead, AsyncWrite};
+pub use crate::io::{self, AsyncBufRead, AsyncRead, AsyncWrite};
cfg_io_util! {
#[doc(no_inline)]