We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc7bfe commit 47053c0Copy full SHA for 47053c0
src/raw_client.rs
@@ -2,7 +2,7 @@
2
//!
3
//! This module contains the definition of the raw client that wraps the transport method
4
5
-use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet, VecDeque};
+use std::collections::{BTreeMap, BTreeSet, HashMap, VecDeque};
6
use std::io::{BufRead, BufReader, Read, Write};
7
use std::mem::drop;
8
use std::net::{TcpStream, ToSocketAddrs};
0 commit comments