aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-11-17 19:23:33 -0500
committerSteven Fackler <[email protected]>2014-11-17 19:23:33 -0500
commitc766f29965005755cc5ffc61f27ebae2ca2d05a4 (patch)
tree378ca1f9fc28406966ed5bb059ea59090005e275 /src/lib.rs
parentImpl Error for SslError (diff)
parentFixed compilation errors related to namedspaced enums (diff)
downloadrust-openssl-c766f29965005755cc5ffc61f27ebae2ca2d05a4.tar.xz
rust-openssl-c766f29965005755cc5ffc61f27ebae2ca2d05a4.zip
Merge pull request #98 from jamesrhurst/namespaced-enums
Fixed compilation errors related to namedspaced enums
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f2d8a30d..4f5e3e75 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-#![feature(struct_variant, macro_rules, unsafe_destructor, globs)]
+#![feature(macro_rules, unsafe_destructor, globs)]
#![crate_name="openssl"]
#![crate_type="rlib"]
#![crate_type="dylib"]