Merge pull request #927 from matthiasbeyer/libimagentryedit/remove-unused-imports
Remove unused imports
This commit is contained in:
commit
241f975253
1 changed files with 0 additions and 3 deletions
|
@ -17,12 +17,9 @@
|
|||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
//
|
||||
|
||||
use std::ops::DerefMut;
|
||||
|
||||
use libimagerror::into::IntoError;
|
||||
use libimagrt::runtime::Runtime;
|
||||
use libimagstore::store::Entry;
|
||||
use libimagstore::store::FileLockEntry;
|
||||
|
||||
use result::Result;
|
||||
use error::EditErrorKind;
|
||||
|
|
Loading…
Reference in a new issue