mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
add feature attributes for unstable APIs
This commit is contained in:
parent
58fa5bde2a
commit
ec65bc4978
@ -48,8 +48,7 @@
|
||||
//! }
|
||||
//! }
|
||||
//! ```
|
||||
#![feature(unsafe_destructor)]
|
||||
#![allow(unstable)]
|
||||
#![feature(unsafe_destructor, core, std_misc, libc, rustc_private, collections, hash)]
|
||||
|
||||
extern crate libc;
|
||||
#[macro_use] extern crate rustc_bitflags;
|
||||
|
Loading…
Reference in New Issue
Block a user