aboutsummaryrefslogtreecommitdiffstats
path: root/tests/main.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-12-15 15:36:21 +0100
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-12-15 15:36:21 +0100
commit895fee066eed58e18c2633cf7d0fa870a65ac06d (patch)
treefefa2c6d2c312385986364eddcab9a02f53d966a /tests/main.rs
parentc94fd1bbaf85446e04c01fceef3b8e5471e2cbea (diff)
downloadmail-895fee066eed58e18c2633cf7d0fa870a65ac06d.tar.gz
Revert "Edition 2018 hit stable 🙌"
This reverts commit b5b0f7e97abe0dbd5b54a1fc69e764a124c271b2.
Diffstat (limited to 'tests/main.rs')
-rw-r--r--tests/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/main.rs b/tests/main.rs
index 8a857dd..5789824 100644
--- a/tests/main.rs
+++ b/tests/main.rs
@@ -1,5 +1,5 @@
-use dirs;
-use notmuch;
+extern crate dirs;
+extern crate notmuch;
use std::sync::Arc;