Revert "Remove usage of unstable library feature 'duration'"

This reverts commit 9c415f9c9e.
This commit is contained in:
Gwenael Treguier
2015-11-11 15:00:39 +01:00
parent 50bfba1e1d
commit a2327fb048
2 changed files with 7 additions and 4 deletions

View File

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