summaryrefslogtreecommitdiff
path: root/src/strava.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/strava.rs')
-rw-r--r--src/strava.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strava.rs b/src/strava.rs
index 7d6c2a2..15f100f 100644
--- a/src/strava.rs
+++ b/src/strava.rs
@@ -1,4 +1,4 @@
-use std::io::{self, Write, Read};
+use std::io::Read;
use reqwest;
use std::fs::File;