diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/remote/mod.rs | 4 |
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::*; |