From ba7d6a842cb4d61357b588fb2d3ec552c654ae64 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 8 Jan 2019 23:18:32 -0800 Subject: huge refactor of rust modules/files Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. --- rust/tests/test_api_server_client.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rust/tests/test_api_server_client.rs') diff --git a/rust/tests/test_api_server_client.rs b/rust/tests/test_api_server_client.rs index 3effc0a3..96d8d924 100644 --- a/rust/tests/test_api_server_client.rs +++ b/rust/tests/test_api_server_client.rs @@ -9,11 +9,6 @@ * middleware. */ -extern crate fatcat; -extern crate fatcat_api_spec; -extern crate iron; -extern crate uuid; - use fatcat_api_spec::{ApiNoContext, ContextWrapperExt, Future}; mod helpers; -- cgit v1.2.3