diff options
Diffstat (limited to 'src/remote')
| -rw-r--r-- | src/remote/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/mod.rs b/src/remote/mod.rs index 8431c75..90f400c 100644 --- a/src/remote/mod.rs +++ b/src/remote/mod.rs @@ -1,6 +1,6 @@ mod git; -use std::fs::{create_dir_all, remove_file, write, File}; +use std::fs::{File, create_dir_all, remove_file, write}; use std::io::{Error, ErrorKind::Other, Read, Result}; use std::path::Path; |