Skip to content

Commit 15eb389

Browse files
committed
Down with libextra!
1 parent b8874f2 commit 15eb389

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ fn main() {
6464
#[feature(macro_rules, struct_variant, phase)];
6565

6666
extern crate collections;
67-
extern crate extra;
6867
extern crate openssl;
6968
extern crate serialize;
7069
extern crate sync;
@@ -73,9 +72,10 @@ extern crate time;
7372
extern crate phf_mac;
7473
extern crate phf;
7574
extern crate uuid;
75+
extern crate url;
7676

7777
use collections::{Deque, HashMap, RingBuf};
78-
use extra::url::{UserInfo, Url};
78+
use url::{UserInfo, Url};
7979
use openssl::crypto::hash::{MD5, Hasher};
8080
use openssl::ssl::{SslStream, SslContext};
8181
use serialize::hex::ToHex;

src/types/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
//! Traits dealing with Postgres data types
22
#[macro_escape];
33

4-
extern crate extra;
5-
64
use collections::HashMap;
75
use uuid::Uuid;
86
use serialize::json;

0 commit comments

Comments
 (0)