aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.rs b/src/utils.rs
index ab66574..a12a73f 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -1,9 +1,9 @@
use std::collections::HashSet;
use std::env;
-use std::num::ParseIntError;
-use std::path::PathBuf;
use std::fs::{self, DirBuilder};
use std::io;
+use std::num::ParseIntError;
+use std::path::PathBuf;
pub fn trim_extension(filename: &str) -> Option<String> {
let name = String::from(filename);