mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
Remove deprecated code.
This commit removes code that was deprecated in tokio-core master.
This commit is contained in:
committed by
Alex Crichton
parent
36aaaa1520
commit
b23a997cb8
@@ -1,6 +1,8 @@
|
||||
extern crate futures;
|
||||
#[macro_use]
|
||||
extern crate tokio;
|
||||
#[macro_use]
|
||||
extern crate tokio_io;
|
||||
|
||||
use std::io;
|
||||
use std::net::SocketAddr;
|
||||
|
||||
Reference in New Issue
Block a user