mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
docs: remove stream feature from docs (#3335)
This commit is contained in:
@@ -314,7 +314,6 @@
|
|||||||
//! - `process`: Enables `tokio::process` types.
|
//! - `process`: Enables `tokio::process` types.
|
||||||
//! - `macros`: Enables `#[tokio::main]` and `#[tokio::test]` macros.
|
//! - `macros`: Enables `#[tokio::main]` and `#[tokio::test]` macros.
|
||||||
//! - `sync`: Enables all `tokio::sync` types.
|
//! - `sync`: Enables all `tokio::sync` types.
|
||||||
//! - `stream`: Enables optional `Stream` implementations for types within Tokio.
|
|
||||||
//! - `signal`: Enables all `tokio::signal` types.
|
//! - `signal`: Enables all `tokio::signal` types.
|
||||||
//! - `fs`: Enables `tokio::fs` types.
|
//! - `fs`: Enables `tokio::fs` types.
|
||||||
//! - `test-util`: Enables testing based infrastructure for the Tokio runtime.
|
//! - `test-util`: Enables testing based infrastructure for the Tokio runtime.
|
||||||
|
|||||||
Reference in New Issue
Block a user