Down with libextra!

This commit is contained in:
Steven Fackler
2014-03-15 21:35:44 -07:00
parent b8874f25a8
commit 15eb3891c5
2 changed files with 2 additions and 4 deletions

View File

@@ -64,7 +64,6 @@ fn main() {
#[feature(macro_rules, struct_variant, phase)];
extern crate collections;
extern crate extra;
extern crate openssl;
extern crate serialize;
extern crate sync;
@@ -73,9 +72,10 @@ extern crate time;
extern crate phf_mac;
extern crate phf;
extern crate uuid;
extern crate url;
use collections::{Deque, HashMap, RingBuf};
use extra::url::{UserInfo, Url};
use url::{UserInfo, Url};
use openssl::crypto::hash::{MD5, Hasher};
use openssl::ssl::{SslStream, SslContext};
use serialize::hex::ToHex;

View File

@@ -1,8 +1,6 @@
//! Traits dealing with Postgres data types
#[macro_escape];
extern crate extra;
use collections::HashMap;
use uuid::Uuid;
use serialize::json;