From 0ef5f792d779a49cfb13f126c651523d2486c0f9 Mon Sep 17 00:00:00 2001 From: chash Date: Sat, 9 Nov 2024 21:07:36 +0000 Subject: [PATCH] Remove unused import --- tools/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/src/main.rs b/tools/src/main.rs index 9d3c413..44260d9 100644 --- a/tools/src/main.rs +++ b/tools/src/main.rs @@ -6,7 +6,6 @@ // work in progress... use anyhow::Context; -use fork::{daemon, Fork}; use std::convert::From; use std::{ ffi::OsStr,