From 3b0d81123c44498e98bb602649328b013dd0ef01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Romanowski?= Date: Tue, 1 Dec 2020 21:19:35 +0100 Subject: [PATCH] Remove unnecessary pub mod --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 89e356b595..1b232da068 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ mod stats; mod types; #[cfg(test)] -pub mod test_utils; +mod test_utils; use client::ClientBuilder; use client_pool::ClientPool;