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;