aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.rs
diff options
context:
space:
mode:
authorNathan Jaremko2017-12-04 15:44:03 -0500
committerNathan Jaremko2017-12-04 15:44:03 -0500
commit2e8a59ebe8f076811d66072ec410320d7df1fd2e (patch)
tree7bbf79e955a19f6a9921318d95ebb4909c47790a /src/utils.rs
parente31a2c59a209b0333dddd6e446e777c2372e68ca (diff)
downloadpodcast-2e8a59ebe8f076811d66072ec410320d7df1fd2e.tar.bz2
Version 0.4.4
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);