Remove outdated documentation

This commit is contained in:
Benjamin Saunders
2019-07-05 21:35:17 -07:00
committed by Dirkjan Ochtman
parent 63d6925852
commit 3e863e6903
-3
View File
@@ -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;