Skip to content

Commit 47053c0

Browse files
committed
Remove unused import
1 parent cfc7bfe commit 47053c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raw_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! This module contains the definition of the raw client that wraps the transport method
44
5-
use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet, VecDeque};
5+
use std::collections::{BTreeMap, BTreeSet, HashMap, VecDeque};
66
use std::io::{BufRead, BufReader, Read, Write};
77
use std::mem::drop;
88
use std::net::{TcpStream, ToSocketAddrs};

0 commit comments

Comments
 (0)