mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
Update Tokio to Rust 2018 (#1082)
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
extern crate futures;
|
||||
extern crate tokio_executor;
|
||||
extern crate tokio_timer;
|
||||
#![deny(warnings, rust_2018_idioms)]
|
||||
|
||||
#[macro_use]
|
||||
mod support;
|
||||
use support::*;
|
||||
use crate::support::*;
|
||||
|
||||
use futures::{prelude::*, sync::mpsc};
|
||||
use tokio_timer::throttle::Throttle;
|
||||
|
||||
Reference in New Issue
Block a user