aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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 dd96644..def2e5f 100644
--- a/tests/main.rs
+++ b/tests/main.rs
@@ -1,5 +1,5 @@
-extern crate dirs;
-extern crate notmuch;
+use dirs;
+use notmuch;
use std::sync::Arc;