From eaeff5808106e772258ae11f4d17bba31fc19f3b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 23 Feb 2017 14:28:47 +0100 Subject: [PATCH] We dont need to impl this for FileLockEntry here --- libimagentryedit/src/edit.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libimagentryedit/src/edit.rs b/libimagentryedit/src/edit.rs index f83c51c5..0c334832 100644 --- a/libimagentryedit/src/edit.rs +++ b/libimagentryedit/src/edit.rs @@ -49,14 +49,6 @@ impl Edit for Entry { } -impl<'a> Edit for FileLockEntry<'a> { - - fn edit_content(&mut self, rt: &Runtime) -> Result<()> { - self.deref_mut().edit_content(rt) - } - -} - pub fn edit_in_tmpfile(rt: &Runtime, s: &mut String) -> Result<()> { use libimagutil::edit::edit_in_tmpfile_with_command;