This commit is contained in:
Stjepan Glavina 2020-09-21 11:15:55 +02:00
parent 7bcb24d8ab
commit 7942ced667
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ pub use {
};
pub mod prelude {
//! Traits [`Future`], [`AsyncBufRead`], [`AsyncRead`], [`AsyncSeek`], [`AsyncWrite`], and
//! their extensions.
//! Traits [`Future`], [`Stream`], [`AsyncRead`], [`AsyncWrite`], [`AsyncBufRead`],
//! [`AsyncSeek`], and their extensions.
//!
//! # Examples
//!