mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: bump to newer nightly (#1426)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![feature(await_macro, async_await)]
|
||||
#![feature(async_await)]
|
||||
|
||||
#[test]
|
||||
fn block_on_ready() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![feature(await_macro, async_await)]
|
||||
#![feature(async_await)]
|
||||
|
||||
use tokio_executor::{self, DefaultExecutor};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user