Merge pull request #435 from matthiasbeyer/libimagnotes/remove-unused-import
Remove unused import
This commit is contained in:
commit
2e80c29f47
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use std::collections::BTreeMap;
|
||||
use std::ops::{DerefMut, Deref};
|
||||
use std::ops::Deref;
|
||||
|
||||
use toml::Value;
|
||||
|
||||
|
|
Loading…
Reference in a new issue