Do not use unsafe_destructor
This commit is contained in:
parent
0ab2b0a427
commit
c05e8a5f04
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
//! A basic ZipReader/Writer crate
|
||||
|
||||
#![feature(unsafe_destructor)]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
#![feature(step_by)]
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue