mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Allow use of unstable APIs
This commit is contained in:
parent
680056b351
commit
b57322e2ca
@ -2,6 +2,7 @@
|
||||
//! an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres).
|
||||
//!
|
||||
//! ```rust
|
||||
//! #![allow(unstable)]
|
||||
//! extern crate rusqlite;
|
||||
//! extern crate time;
|
||||
//!
|
||||
@ -48,6 +49,7 @@
|
||||
//! }
|
||||
//! ```
|
||||
#![feature(unsafe_destructor)]
|
||||
#![allow(unstable)]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user