aboutsummaryrefslogtreecommitdiff
path: root/src/repo/mod.rs
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2024-09-04 08:54:02 +0200
committerMax Audron <audron@cocaine.farm>2024-09-04 08:54:02 +0200
commitb91cf7fe0ba5472d197f65ecc307c5e7961b78b1 (patch)
treec337ced6a2cc37e15d08b2d2c4a5c1819a2da50b /src/repo/mod.rs
parentrefactor tests (diff)
i do not know what i did anymore
Diffstat (limited to 'src/repo/mod.rs')
-rw-r--r--src/repo/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repo/mod.rs b/src/repo/mod.rs
index 60fb34d..538bf31 100644
--- a/src/repo/mod.rs
+++ b/src/repo/mod.rs
@@ -8,8 +8,8 @@ use tracing::error;
use crate::forge::Project;
mod aggregate;
-mod git;
mod repostate;
+mod git;
pub use aggregate::*;
pub use repostate::*;