aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
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"]