From f30edaf56347c52182425cc5372570d920548249 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Fri, 6 Jan 2017 14:25:55 -0500 Subject: [PATCH] Silence another deprecation reexport warning. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index e2dec86..905462b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;