mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
Update Tokio to Rust 2018 (#1082)
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
extern crate futures;
|
||||
extern crate tokio_executor;
|
||||
extern crate tokio_timer;
|
||||
#![deny(warnings, rust_2018_idioms)]
|
||||
|
||||
#[macro_use]
|
||||
mod support;
|
||||
use support::*;
|
||||
|
||||
use tokio_timer::*;
|
||||
use crate::support::*;
|
||||
|
||||
use futures::Stream;
|
||||
use tokio_timer::*;
|
||||
|
||||
#[test]
|
||||
#[should_panic]
|
||||
|
||||
Reference in New Issue
Block a user