mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
chore: enable full CI run (#1399)
* update all tests * fix doc examples * misc API tweaks
This commit is contained in:
@@ -41,9 +41,8 @@
|
||||
//! ```
|
||||
//! #![feature(async_await)]
|
||||
//!
|
||||
//! use tokio_io::{AsyncRead, AsyncWrite};
|
||||
//! use tokio_codec::{Framed, LengthDelimitedCodec};
|
||||
//! use futures::SinkExt;
|
||||
//! use tokio::codec::{Framed, LengthDelimitedCodec};
|
||||
//! use tokio::prelude::*;
|
||||
//!
|
||||
//! use bytes::Bytes;
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user