From 410d6e859bef50f290cbb6592e01e88a95c918e2 Mon Sep 17 00:00:00 2001 From: Avril Date: Tue, 15 Sep 2020 08:03:15 +0100 Subject: [PATCH] removed worker host reference --- src/state/local/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state/local/mod.rs b/src/state/local/mod.rs index a117a7d..80fb3df 100644 --- a/src/state/local/mod.rs +++ b/src/state/local/mod.rs @@ -19,8 +19,8 @@ pub use delta::*; mod work; pub use work::*; -mod host; -pub use host::*; +//mod host; +//pub use host::*; mod error;