Merge pull request #435 from matthiasbeyer/libimagnotes/remove-unused-import

Remove unused import
This commit is contained in:
Matthias Beyer 2016-05-25 17:23:05 +02:00
commit 2e80c29f47

View file

@ -1,5 +1,5 @@
use std::collections::BTreeMap;
use std::ops::{DerefMut, Deref};
use std::ops::Deref;
use toml::Value;