aboutsummaryrefslogtreecommitdiff
path: root/database/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'database/src/lib.rs')
-rw-r--r--database/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/database/src/lib.rs b/database/src/lib.rs
index 7618fe7..6c70e51 100644
--- a/database/src/lib.rs
+++ b/database/src/lib.rs
@@ -3,8 +3,6 @@
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2025 metamuffin <metamuffin.org>
*/
-
pub mod backends;
pub mod indices;
pub mod table;
-pub mod transaction;