From 76b8ddaead0edc00145e39c0a665902a37693aa7 Mon Sep 17 00:00:00 2001 From: CWood-sdf Date: Wed, 24 Apr 2024 22:36:09 -0400 Subject: [PATCH] fix(worker): forgot actions not like dead code --- updater/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/updater/src/main.rs b/updater/src/main.rs index 1f0dd6e..7695276 100644 --- a/updater/src/main.rs +++ b/updater/src/main.rs @@ -1,7 +1,6 @@ use std::{ collections::HashMap, io::Write, - process::Stdio, sync::{Arc, Mutex}, };