Skip to content

Commit 1e04e13

Browse files
committed
Remove unused imports
1 parent c8abbd4 commit 1e04e13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,10 @@ extern crate net2;
5656
use bufstream::BufStream;
5757
use md5::Md5;
5858
use std::ascii::AsciiExt;
59-
use std::borrow::ToOwned;
6059
use std::cell::{Cell, RefCell};
6160
use std::collections::{VecDeque, HashMap};
6261
use std::error::Error as StdError;
6362
use std::fmt;
64-
use std::iter::IntoIterator;
6563
use std::io as std_io;
6664
use std::io::prelude::*;
6765
use std::marker::Sync as StdSync;

0 commit comments

Comments
 (0)