diff options
Diffstat (limited to 'tests/main.rs')
| -rw-r--r-- | tests/main.rs | 4 |
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(); |
