mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-06 19:42:19 +08:00
Add feature(test) for testing
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
#![feature(unsafe_destructor, core, std_misc, libc, rustc_private, collections, hash)]
|
#![feature(unsafe_destructor, core, std_misc, libc, rustc_private, collections, hash)]
|
||||||
|
#![cfg_attr(test, feature(test))]
|
||||||
|
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
#[macro_use] extern crate rustc_bitflags;
|
#[macro_use] extern crate rustc_bitflags;
|
||||||
|
Reference in New Issue
Block a user