Skip to content

Commit e8f183d

Browse files
committed
Workaround rustc bug
There's an assert getting tripped in the metadata encoder
1 parent 650a030 commit e8f183d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ extern crate serialize;
7070
extern crate sync;
7171
extern crate time;
7272
extern crate phf;
73-
#[phase(syntax)]
74-
extern crate phf_mac;
7573
extern crate url;
7674
#[phase(syntax, link)]
7775
extern crate log;
7876
extern crate uuid;
77+
#[phase(syntax)]
78+
extern crate phf_mac;
7979

8080
use collections::{Deque, HashMap, RingBuf};
8181
use url::{UserInfo, Url};

0 commit comments

Comments
 (0)