diff options
| author | njaremko | 2017-07-17 21:53:57 -0400 | 
|---|---|---|
| committer | njaremko | 2017-07-17 21:53:57 -0400 | 
| commit | 599d3dcc21bd843ccbcd603c7f8b64789417845e (patch) | |
| tree | ff269bcabcb4e0a3b2653eb73bdcb767649b1243 /src/utils.rs | |
| parent | cd83d6ecaf7d9025c3db452268cf246ae4c4aaa0 (diff) | |
| download | podcast-599d3dcc21bd843ccbcd603c7f8b64789417845e.tar.bz2 | |
Sort imports
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/utils.rs b/src/utils.rs index ab4876f..ffe691e 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,7 +1,7 @@ -use std::fs; -use std::path::PathBuf;  use std::collections::BTreeSet;  use std::env; +use std::fs; +use std::path::PathBuf;  pub fn already_downloaded(dir: &str) -> BTreeSet<String> { | 
