auth: delint

Astro created

Change summary

src/client/auth.rs | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Detailed changes

src/client/auth.rs 🔗

@@ -1,8 +1,6 @@
-use std::mem::replace;
 use std::str::FromStr;
 use std::collections::HashSet;
-use futures::{sink, Async, Future, Poll, Stream, future::{ok, err, IntoFuture}};
-use minidom::Element;
+use futures::{Future, Poll, Stream, future::{ok, err, IntoFuture}};
 use sasl::client::mechanisms::{Anonymous, Plain, Scram};
 use sasl::client::Mechanism;
 use sasl::common::scram::{Sha1, Sha256};