mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 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:
@@ -7,6 +7,7 @@
|
||||
//! "ping pong" pair where two sockets are sending messages back and forth.
|
||||
|
||||
#![feature(async_await)]
|
||||
#![cfg(feature = "rt-full")]
|
||||
#![deny(warnings, rust_2018_idioms)]
|
||||
|
||||
use tokio::io;
|
||||
|
||||
Reference in New Issue
Block a user