summaryrefslogtreecommitdiffstats
path: root/libimagnotes
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-25 16:28:39 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-25 16:28:39 +0200
commitb344be00588faade3cda838ce04da728429befb3 (patch)
tree1a7ca96b577103b2a1a586db2dc9a563ed3bcc11 /libimagnotes
parent27ded75c60f23258b55ba4d0b37a6f4a67b5e082 (diff)
Remove unused import
Diffstat (limited to 'libimagnotes')
-rw-r--r--libimagnotes/src/note.rs2
1 files changed, 1 insertions, 1 deletions
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;