chore: enable full CI run (#1399)

* update all tests
* fix doc examples
* misc API tweaks
This commit is contained in:
Carl Lerche
2019-08-07 20:02:13 -07:00
committed by GitHub
parent 831be9c08e
commit 962521f449
53 changed files with 1231 additions and 2793 deletions
+1
View File
@@ -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;