Remove unneeded libextra dependency

This commit is contained in:
Steven Fackler 2014-03-10 23:11:04 -07:00
parent 548cd1e726
commit fd5da25f67
1 changed files with 0 additions and 1 deletions

1
lib.rs
View File

@ -4,7 +4,6 @@
#[crate_type="dylib"];
#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")];
extern crate extra;
#[cfg(test)]
extern crate serialize;
extern crate sync;