diff options
Diffstat (limited to 'tests')
| -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 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; |
