Do not use unsafe_destructor

This commit is contained in:
Mathijs van de Nes 2015-04-03 14:55:49 +02:00
parent 0ab2b0a427
commit c05e8a5f04
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
//! A basic ZipReader/Writer crate
#![feature(unsafe_destructor)]
#![warn(missing_docs)]
#![feature(step_by)]

View file

@ -213,7 +213,6 @@ impl<W: Write+io::Seek> ZipWriter<W>
}
}
#[unsafe_destructor]
impl<W: Write+io::Seek> Drop for ZipWriter<W>
{
fn drop(&mut self)