From 96e6b86f0482c5b651bc4859b1b6a230039a96c2 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Wed, 28 Jun 2017 23:38:53 -0700 Subject: [PATCH] Removed unused imports --- src/ddns.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ddns.rs b/src/ddns.rs index 38dbe6f..2f5a829 100644 --- a/src/ddns.rs +++ b/src/ddns.rs @@ -1,8 +1,6 @@ -use core::ops::Deref; use reqwest; use reqwest::header::{Authorization, Basic}; use std::io; -use std::sync::Arc; use std::thread; use std::time;