diff --git a/quinn/src/lib.rs b/quinn/src/lib.rs index a5412ad3d..523f3c1f4 100644 --- a/quinn/src/lib.rs +++ b/quinn/src/lib.rs @@ -6,9 +6,6 @@ //! //! The entry point of this crate is the [`Endpoint`](struct.Endpoint.html). //! -//! The futures and streams defined in this crate are not `Send` because they necessarily share -//! state with each other. As a result, they must be spawned on a single-threaded tokio runtime. -//! //! ``` //! # extern crate tokio; //! # extern crate quinn;