3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-04-02 12:22:57 +08:00

Silence another deprecation reexport warning.

This commit is contained in:
John Gallagher 2017-01-06 14:25:55 -05:00
parent 0d40bae940
commit f30edaf563

@ -90,6 +90,7 @@ pub use error::Error;
pub use cache::CachedStatement; pub use cache::CachedStatement;
#[cfg(feature = "load_extension")] #[cfg(feature = "load_extension")]
#[allow(deprecated)]
pub use load_extension_guard::{SqliteLoadExtensionGuard, LoadExtensionGuard}; pub use load_extension_guard::{SqliteLoadExtensionGuard, LoadExtensionGuard};
pub mod types; pub mod types;