diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-11-16 21:01:54 +0100 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-11-16 21:01:54 +0100 |
| commit | 3b92173d12659231629c2205138b0857b66942f3 (patch) | |
| tree | 276cb15d1535f724eb3613de9b8b69ad457303ec /src/index.rs | |
| parent | e16769c9b16223c491766f9c9b2c828ee2253ed4 (diff) | |
| download | mail-3b92173d12659231629c2205138b0857b66942f3.tar.gz | |
make clippy happy
Diffstat (limited to 'src/index.rs')
| -rw-r--r-- | src/index.rs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/index.rs b/src/index.rs index f070020..4db6bc7 100644 --- a/src/index.rs +++ b/src/index.rs @@ -1,13 +1,10 @@ use std::ops::Drop; -use supercow::{Supercow, Phantomcow}; -use error::{Error, Result}; +use error::Result; use ffi; use ffi::DecryptionPolicy; use Database; -use Filenames; -use FilenamesOwner; -use utils::{ScopedSupercow, ScopedPhantomcow}; +use utils::ScopedPhantomcow; #[derive(Debug)] |
