From da985cc06e4caa7501222dbf54f212536fd42b0c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 18 Dec 2025 18:45:53 +0100 Subject: transaction interface --- database/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'database/src/lib.rs') 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 */ - pub mod backends; pub mod indices; pub mod table; -pub mod transaction; -- cgit v1.3