tokio: remove prelude (#3299)

Closes: #3257
This commit is contained in:
Alice Ryhl
2020-12-19 11:42:24 -08:00
committed by GitHub
parent e41e6cddbb
commit 78f2340d25
26 changed files with 46 additions and 95 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
//! Specifically, given the following:
//!
//! ```
//! use tokio::prelude::*;
//! use tokio::io::{AsyncRead, AsyncWrite};
//! use tokio_util::codec::{Framed, LengthDelimitedCodec};
//!
//! use futures::SinkExt;