From 0b7f866422f3b2478b9d5169af40c15474f46e74 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 9 Jan 2025 18:23:54 +0100 Subject: Remove unusued modules --- src/remote/mod.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/remote') diff --git a/src/remote/mod.rs b/src/remote/mod.rs index c8561ff..9782b0d 100644 --- a/src/remote/mod.rs +++ b/src/remote/mod.rs @@ -70,12 +70,8 @@ fn read_remote(file_path: &Path) -> Option { #[cfg(test)] mod tests { - use std::fs::create_dir_all; - use std::path::Path; - use std::process::{Command, Stdio}; use super::*; - use crate::remote::Remote; use test_utilities::*; -- cgit