aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-09 18:23:54 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-09 18:23:54 +0100
commit0b7f866422f3b2478b9d5169af40c15474f46e74 (patch)
treed5188f12a2a2eb5bf5e60a432741fc5851cd4c4e /src
parent67a5f942d573b94ce9b20d19088be075ad433d78 (diff)
Remove unusued modules
Diffstat (limited to 'src')
-rw-r--r--src/remote/mod.rs4
1 files changed, 0 insertions, 4 deletions
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<String> {
#[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::*;