summaryrefslogtreecommitdiff
path: root/tests/sftp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sftp.rs')
-rw-r--r--tests/sftp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sftp.rs b/tests/sftp.rs
index aa94260..c6ebd78 100644
--- a/tests/sftp.rs
+++ b/tests/sftp.rs
@@ -1,4 +1,4 @@
-use std::io::{mod, fs, File, TempDir};
+use std::io::{self, fs, File, TempDir};
use std::io::fs::PathExtensions;
#[test]