summaryrefslogtreecommitdiffstats
path: root/src/cmd/sync.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-07 22:47:45 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-07 22:47:45 -0500
commitde41e542cb74d192ffd48600569b7d9fdc9e6cdd (patch)
tree8a2df7c83ea3f886f77a17c785d090684e063451 /src/cmd/sync.rs
parent82b4111b7be32b8cd0082a91224aafd53bc2677f (diff)
downloadlastfm-query-de41e542cb74d192ffd48600569b7d9fdc9e6cdd.tar.gz
lastfm-query-de41e542cb74d192ffd48600569b7d9fdc9e6cdd.zip
remove some unnecessary use statements
Diffstat (limited to 'src/cmd/sync.rs')
-rw-r--r--src/cmd/sync.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/sync.rs b/src/cmd/sync.rs
index 00fd35d..65b48b7 100644
--- a/src/cmd/sync.rs
+++ b/src/cmd/sync.rs
@@ -3,8 +3,6 @@ use db;
use lastfm;
use paths;
-use failure;
-
pub fn run(opts: &cli::Options) -> failure::Fallible<()> {
let db = db::DB::new(&paths::dbpath()?)?;
let lastfm = lastfm::LastFMClient::new(