aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-11-07 21:08:15 +0100
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-11-07 21:08:15 +0100
commit780ba5face4f9d324c7ac973d83445eaf224bb2b (patch)
treec3b0952d667aa6a160265c4b0bbd1129d8a39fa5 /tests
parent214eba6f5b9a8bfefc778ce3e22cd7d2245f9628 (diff)
downloadmail-780ba5face4f9d324c7ac973d83445eaf224bb2b.tar.gz
trust clippy and rustfmt
Diffstat (limited to 'tests')
-rw-r--r--tests/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/main.rs b/tests/main.rs
index 4c74115..dd96644 100644
--- a/tests/main.rs
+++ b/tests/main.rs
@@ -3,8 +3,8 @@ extern crate notmuch;
use std::sync::Arc;
-use notmuch::{Query, QueryExt, Thread, Threads};
-use notmuch::{StreamingIterator, StreamingIteratorExt};
+use notmuch::StreamingIteratorExt;
+use notmuch::{Query, QueryExt, Threads};
fn main() {
let mut mail_path = dirs::home_dir().unwrap();