Drop the unnecessary dependency on typeable.

See also https://github.com/reem/rust-typeable/issues/3.
This commit is contained in:
Chris Morgan
2014-11-22 17:20:44 +11:00
parent 368e46d3d9
commit 8e2255430c
4 changed files with 5 additions and 10 deletions

View File

@@ -133,7 +133,6 @@ extern crate openssl;
#[phase(plugin,link)] extern crate log;
#[cfg(test)] extern crate test;
extern crate "unsafe-any" as uany;
extern crate typeable;
extern crate cookie;
pub use std::io::net::ip::{SocketAddr, IpAddr, Ipv4Addr, Ipv6Addr, Port};