mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Update Tokio to Rust 2018 (#1082)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#![deny(warnings)]
|
||||
|
||||
extern crate futures;
|
||||
extern crate tokio_mock_task;
|
||||
extern crate tokio_sync;
|
||||
#![deny(warnings, rust_2018_idioms)]
|
||||
|
||||
use futures;
|
||||
use tokio_mock_task::*;
|
||||
use tokio_sync::lock::Lock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user