Skip to content

Commit

Permalink
docs: remove stream feature from docs (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Dec 24, 2020
1 parent a66017f commit 1eefbc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tokio/src/lib.rs
Expand Up @@ -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.
Expand Down

0 comments on commit 1eefbc2

Please sign in to comment.