From 7f306445cb78d52f598eca1810dc2c5002e34a4a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 2 Jan 2020 21:09:47 +0100 Subject: No need for extern crate in Rust 2018. --- tests/zotapi.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/zotapi.rs') diff --git a/tests/zotapi.rs b/tests/zotapi.rs index aa9756c..d828632 100644 --- a/tests/zotapi.rs +++ b/tests/zotapi.rs @@ -14,9 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -extern crate zotapi; -extern crate mockito; - use mockito::{mock, Matcher, Mock}; fn mock_with_authorization(method: &str, url: &str) -> Mock { -- cgit v1.2.3