Commit c101abac authored by Steven Fackler's avatar Steven Fackler
Browse files

Remove unsafe_destructor

parent a2199e01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#![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]
+0 −1
Original line number Diff line number Diff line
@@ -434,7 +434,6 @@ impl<'ctx> X509<'ctx> {
    }
}

#[unsafe_destructor]
impl<'ctx> Drop for X509<'ctx> {
    fn drop(&mut self) {
        if self.owned {