diff --git a/src/lib.rs b/src/lib.rs index a5b4bc31..032f3cfb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -62,7 +62,7 @@ fn main() { #![warn(missing_doc)] -#![feature(macro_rules, struct_variant, phase)] +#![feature(macro_rules, struct_variant, phase, unsafe_destructor)] extern crate collections; extern crate openssl;