aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <[email protected]>2015-01-09 08:07:39 -0800
committerAlex Crichton <[email protected]>2015-01-09 08:12:39 -0800
commit9dfeea6ca9f8527e8be56c208e21a1a48f22f6cf (patch)
treee26eea29b731b0c6df36847923e3a51b5bb048a4 /src/lib.rs
parentMerge pull request #139 from vhbit/up-master (diff)
downloadrust-openssl-9dfeea6ca9f8527e8be56c208e21a1a48f22f6cf.tar.xz
rust-openssl-9dfeea6ca9f8527e8be56c208e21a1a48f22f6cf.zip
Update to rust master
Diffstat (limited to 'src/lib.rs')
-rwxr-xr-xsrc/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 074337e8..bb11f34b 100755
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,5 @@
-#![feature(unsafe_destructor, old_orphan_check)]
+#![feature(unsafe_destructor)]
+#![allow(unstable)]
#![crate_name="openssl"]
#![crate_type="rlib"]
#![crate_type="dylib"]