docs: remove stream feature from docs (#3335)

This commit is contained in:
Laurențiu Nicola
2020-12-24 23:17:18 +09:00
committed by GitHub
parent a66017f049
commit 1eefbc250a
-1
View File
@@ -314,7 +314,6 @@
//! - `process`: Enables `tokio::process` types.
//! - `macros`: Enables `#[tokio::main]` and `#[tokio::test]` macros.
//! - `sync`: Enables all `tokio::sync` types.
//! - `stream`: Enables optional `Stream` implementations for types within Tokio.
//! - `signal`: Enables all `tokio::signal` types.
//! - `fs`: Enables `tokio::fs` types.
//! - `test-util`: Enables testing based infrastructure for the Tokio runtime.