aboutsummaryrefslogtreecommitdiffstats
path: root/src/message.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-17 21:16:13 +0200
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-17 21:16:13 +0200
commit1be0cc6ab7920208b3d6986dbb6076846d758c17 (patch)
tree068ef89149b9719294272d4bdee81d7ff413519b /src/message.rs
parentcaf1b053912d5fe5a893eb545bea20bfc4619d5d (diff)
downloadmail-1be0cc6ab7920208b3d6986dbb6076846d758c17.tar.gz
make clippy happy
Diffstat (limited to 'src/message.rs')
-rw-r--r--src/message.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/message.rs b/src/message.rs
index 05effd2..60011d1 100644
--- a/src/message.rs
+++ b/src/message.rs
@@ -1,15 +1,10 @@
-use std;
use std::{
ops,
- marker,
- str,
- result
+ marker
};
use std::path::PathBuf;
-use error::Result;
-
use ffi;
use utils::{
NewFromPtr,