aboutsummaryrefslogtreecommitdiffstats
path: root/src/message_properties.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/message_properties.rs
parente16769c9b16223c491766f9c9b2c828ee2253ed4 (diff)
downloadmail-3b92173d12659231629c2205138b0857b66942f3.tar.gz
make clippy happy
Diffstat (limited to 'src/message_properties.rs')
-rw-r--r--src/message_properties.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/message_properties.rs b/src/message_properties.rs
index 19ea960..bd20aa0 100644
--- a/src/message_properties.rs
+++ b/src/message_properties.rs
@@ -1,11 +1,10 @@
use std::ops::Drop;
-use std::ffi::{CStr, CString};
-use supercow::Supercow;
+use std::ffi::CStr;
use ffi;
use Message;
use MessageOwner;
-use utils::{ScopedSupercow, ScopedPhantomcow};
+use utils::{ScopedPhantomcow};
#[derive(Debug)]