diff options
| author | Max Audron <audron@cocaine.farm> | 2024-09-04 08:54:02 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-09-04 08:54:02 +0200 |
| commit | b91cf7fe0ba5472d197f65ecc307c5e7961b78b1 (patch) | |
| tree | c337ced6a2cc37e15d08b2d2c4a5c1819a2da50b /src/repo/mod.rs | |
| parent | refactor tests (diff) | |
i do not know what i did anymore
Diffstat (limited to 'src/repo/mod.rs')
| -rw-r--r-- | src/repo/mod.rs | 2 |
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::*; |
