mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Merge pull request #204 from jgallagher/silence-another-deprecated-reexport-warning
Silence another deprecation reexport warning.
This commit is contained in:
commit
a1b295e507
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user