chore: bump to newer nightly (#1485)

This commit is contained in:
Taiki Endo
2019-08-20 20:07:16 -07:00
committed by Carl Lerche
parent 7e7a5147a3
commit a791f4a758
116 changed files with 3 additions and 254 deletions
-1
View File
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
#![feature(async_await)]
use tokio::sync::oneshot;
use tokio_executor::current_thread::{self, block_on_all, CurrentThread, TaskExecutor};
-1
View File
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
#![feature(async_await)]
#[test]
fn block_on_ready() {
-1
View File
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
#![feature(async_await)]
use tokio_executor::{self, DefaultExecutor};
-1
View File
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
#![feature(async_await)]
use tokio_executor::park::{Park, Unpark};
use tokio_executor::threadpool;
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
#![feature(async_await)]
use tokio_executor::threadpool::*;
use tokio_test::*;
@@ -1,5 +1,4 @@
#![warn(rust_2018_idioms)]
#![feature(async_await)]
use tokio_executor::threadpool::*;
use tokio_sync::{mpsc, oneshot};