• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/src/lib.rs b/src/lib.rs
2index c3d32282..82749323 100644
3--- a/src/lib.rs
4+++ b/src/lib.rs
5@@ -93,8 +93,6 @@ pub use rusqlite_macros::__bind;
6
7 mod error;
8
9-#[cfg(not(feature = "loadable_extension"))]
10-pub mod auto_extension;
11 #[cfg(feature = "backup")]
12 #[cfg_attr(docsrs, doc(cfg(feature = "backup")))]
13 pub mod backup;
14