commit 59024a1d7d24f1aca19eb5402ae57aa56c814a5c
parent 14b236217a371596fa5d66bb7c067d6c8e9ce981
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 01:31:49 +0000
runtime: remove unused import warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/runtime/src/service.rs b/crates/runtime/src/service.rs
@@ -1,5 +1,5 @@
use serde::{Deserialize, Serialize};
-#[cfg(any(feature = "cli", test))]
+#[cfg(feature = "cli")]
use std::path::PathBuf;
#[cfg(feature = "cli")]