Remove feature duration.

This commit is contained in:
Gwenael Treguier 2015-11-11 15:03:07 +01:00
parent a2327fb048
commit 20c1213482

View File

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