Drop the unnecessary dependency on typeable.
See also https://github.com/reem/rust-typeable/issues/3.
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user