3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-03-29 09:02:57 +08:00

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

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