From b344be00588faade3cda838ce04da728429befb3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 25 May 2016 16:28:39 +0200 Subject: [PATCH] Remove unused import --- libimagnotes/src/note.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagnotes/src/note.rs b/libimagnotes/src/note.rs index 8847b888..bf1c0095 100644 --- a/libimagnotes/src/note.rs +++ b/libimagnotes/src/note.rs @@ -1,5 +1,5 @@ use std::collections::BTreeMap; -use std::ops::{DerefMut, Deref}; +use std::ops::Deref; use toml::Value;