Remove unsafe_destructor

This commit is contained in:
Steven Fackler 2015-03-30 21:24:34 -07:00
parent a2199e0132
commit c101abac6b
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#![feature(unsafe_destructor, core, io, std_misc, unique, collections)]
#![feature(core, io, std_misc, unique, collections)]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl")]
#[macro_use]

View File

@ -434,7 +434,6 @@ impl<'ctx> X509<'ctx> {
}
}
#[unsafe_destructor]
impl<'ctx> Drop for X509<'ctx> {
fn drop(&mut self) {
if self.owned {