| diff --git a/src/lib.rs b/src/lib.rs | |
| index c3d32282..82749323 100644 | |
| --- a/src/lib.rs | |
| +++ b/src/lib.rs | |
| @@ -93,8 +93,6 @@ pub use rusqlite_macros::__bind; | |
| mod error; | |
| -#[cfg(not(feature = "loadable_extension"))] | |
| -pub mod auto_extension; | |
| #[cfg(feature = "backup")] | |
| #[cfg_attr(docsrs, doc(cfg(feature = "backup")))] | |
| pub mod backup; |