From 412c4b5a300d38207ef3399bbeb304e4f416dd24 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 10 Sep 2016 17:12:26 +0200 Subject: [PATCH] Remove unused import: config module --- libimagstorestdhook/src/vcs/git/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libimagstorestdhook/src/vcs/git/config.rs b/libimagstorestdhook/src/vcs/git/config.rs index 95e09a42..d4ae10f7 100644 --- a/libimagstorestdhook/src/vcs/git/config.rs +++ b/libimagstorestdhook/src/vcs/git/config.rs @@ -1,7 +1,6 @@ use toml::Value; use libimagerror::into::IntoError; -use libimagutil::edit::edit_in_tmpfile_with_command; use vcs::git::error::GitHookErrorKind as GHEK; use vcs::git::error::MapErrInto;