Updates to track rustc nightly

This commit is contained in:
John Gallagher
2015-04-03 08:32:11 -05:00
parent bf6d44e501
commit 5e04b98840
8 changed files with 10 additions and 33 deletions

View File

@@ -48,7 +48,7 @@
//! }
//! }
//! ```
#![feature(unsafe_destructor, unique)]
#![feature(unique)]
#![cfg_attr(test, feature(test))]
extern crate libc;
@@ -673,7 +673,6 @@ impl<'conn> fmt::Debug for SqliteStatement<'conn> {
}
}
#[unsafe_destructor]
impl<'conn> Drop for SqliteStatement<'conn> {
#[allow(unused_must_use)]
fn drop(&mut self) {