From 7942ced667084d43162a9477e899185067120c28 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Mon, 21 Sep 2020 11:15:55 +0200 Subject: [PATCH] Docs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index e42a450..8c903ea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 //!