Remove usage of unstable library feature 'duration'

This commit is contained in:
Gwenael Treguier
2015-08-02 12:16:01 +02:00
parent ef254fdca0
commit 9c415f9c9e
2 changed files with 4 additions and 7 deletions

View File

@@ -50,7 +50,6 @@
//! }
//! }
//! ```
#![cfg_attr(test, feature(duration))]
extern crate libc;
extern crate libsqlite3_sys as ffi;
#[macro_use] extern crate bitflags;