summaryrefslogtreecommitdiffstats
path: root/src/git/testutil.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/testutil.rs')
-rw-r--r--src/git/testutil.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/git/testutil.rs b/src/git/testutil.rs
index 0d869a5..85de3ee 100644
--- a/src/git/testutil.rs
+++ b/src/git/testutil.rs
@@ -1,7 +1,3 @@
-mod create_commit;
mod with_temp_repository;
-pub(crate) use self::{
- create_commit::{create_commit, CreateCommitOptions},
- with_temp_repository::{with_temp_bare_repository, with_temp_repository},
-};
+pub(crate) use self::with_temp_repository::{with_temp_bare_repository, with_temp_repository};