From 895fee066eed58e18c2633cf7d0fa870a65ac06d Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Sat, 15 Dec 2018 15:36:21 +0100 Subject: =?UTF-8?q?Revert=20"Edition=202018=20hit=20stable=20=F0=9F=99=8C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b5b0f7e97abe0dbd5b54a1fc69e764a124c271b2. --- tests/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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; -- cgit v1.2.1