Skip to content

Commit f35ca8a

Browse files
committed
Fix for unsafe_destructor feature gate
1 parent 99e19df commit f35ca8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn main() {
6262

6363
#![warn(missing_doc)]
6464

65-
#![feature(macro_rules, struct_variant, phase)]
65+
#![feature(macro_rules, struct_variant, phase, unsafe_destructor)]
6666

6767
extern crate collections;
6868
extern crate openssl;

0 commit comments

Comments
 (0)