diff options
Diffstat (limited to 'tests/main.rs')
| -rw-r--r-- | tests/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.rs b/tests/main.rs index 5789824..9ad0a36 100644 --- a/tests/main.rs +++ b/tests/main.rs @@ -3,7 +3,7 @@ extern crate notmuch; use std::sync::Arc; -use notmuch::{Query, QueryExt, Threads}; +use notmuch::{Query, QueryExt}; fn main() { let mut mail_path = dirs::home_dir().unwrap(); |
