Skip to content

Commit 01e77a0

Browse files
committed
Link in logging crate
1 parent 15eb389 commit 01e77a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ extern crate phf_mac;
7373
extern crate phf;
7474
extern crate uuid;
7575
extern crate url;
76+
#[phase(syntax, link)]
77+
extern crate log;
7678

7779
use collections::{Deque, HashMap, RingBuf};
7880
use url::{UserInfo, Url};

0 commit comments

Comments
 (0)