aboutsummaryrefslogtreecommitdiff
path: root/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib.rs')
-rw-r--r--lib.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib.rs b/lib.rs
index d89c8efd..5f854761 100644
--- a/lib.rs
+++ b/lib.rs
@@ -1,8 +1,8 @@
-#[feature(struct_variant, macro_rules)];
-#[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"];
-#[crate_type="rlib"];
-#[crate_type="dylib"];
-#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")];
+#![feature(struct_variant, macro_rules)]
+#![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"]
+#![crate_type="rlib"]
+#![crate_type="dylib"]
+#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]
#[cfg(test)]
extern crate serialize;