Make the libsqlite3_sys as ffi export pub

This commit is contained in:
Thom Chiovoloni 2019-01-26 14:30:27 -08:00
parent 18b8c390ab
commit 9478c490fb

View File

@ -62,7 +62,7 @@
//! ``` //! ```
#![allow(unknown_lints)] #![allow(unknown_lints)]
use libsqlite3_sys as ffi; pub use libsqlite3_sys as ffi;
#[macro_use] #[macro_use]
extern crate bitflags; extern crate bitflags;