summaryrefslogtreecommitdiffstats
path: root/src/git_config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git_config.rs')
-rw-r--r--src/git_config.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/git_config.rs b/src/git_config.rs
index fdd28af1..ab831b31 100644
--- a/src/git_config.rs
+++ b/src/git_config.rs
@@ -2,8 +2,6 @@
use std::path::Path;
use std::process;
-use git2;
-
pub struct GitConfig {
config: git2::Config,
pub enabled: bool,