Merge pull request #204 from jgallagher/silence-another-deprecated-reexport-warning

Silence another deprecation reexport warning.
This commit is contained in:
John Gallagher
2017-01-06 14:41:38 -05:00
committed by GitHub

View File

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