aboutsummaryrefslogtreecommitdiffstats
path: root/src/config_list.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2019-11-16 21:01:54 +0100
committerDirk Van Haerenborgh <vhdirk@gmail.com>2019-11-16 21:01:54 +0100
commit3b92173d12659231629c2205138b0857b66942f3 (patch)
tree276cb15d1535f724eb3613de9b8b69ad457303ec /src/config_list.rs
parente16769c9b16223c491766f9c9b2c828ee2253ed4 (diff)
downloadmail-3b92173d12659231629c2205138b0857b66942f3.tar.gz
make clippy happy
Diffstat (limited to 'src/config_list.rs')
-rw-r--r--src/config_list.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/config_list.rs b/src/config_list.rs
index b819418..2c1a6a4 100644
--- a/src/config_list.rs
+++ b/src/config_list.rs
@@ -1,12 +1,8 @@
use std::ops::Drop;
-use std::ffi::{CStr, CString};
-use supercow::Supercow;
use ffi;
use Database;
-use Filenames;
-use FilenamesOwner;
-use utils::{ToStr, ScopedSupercow, ScopedPhantomcow};
+use utils::{ToStr, ScopedPhantomcow};
#[derive(Debug)]