We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e19df commit f35ca8aCopy full SHA for f35ca8a
1 file changed
src/lib.rs
@@ -62,7 +62,7 @@ fn main() {
62
63
#![warn(missing_doc)]
64
65
-#![feature(macro_rules, struct_variant, phase)]
+#![feature(macro_rules, struct_variant, phase, unsafe_destructor)]
66
67
extern crate collections;
68
extern crate openssl;
0 commit comments