mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add feature(test) for testing
This commit is contained in:
parent
0f349ab019
commit
a89ceeef01
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user