mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +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
@@ -13,6 +13,8 @@
|
||||
extern crate futures;
|
||||
#[macro_use]
|
||||
extern crate tokio;
|
||||
#[macro_use]
|
||||
extern crate tokio_io;
|
||||
|
||||
use std::{env, io};
|
||||
use std::net::SocketAddr;
|
||||
|
||||
Reference in New Issue
Block a user