mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-03 01:52:30 +01:00
Remove commented code
This commit is contained in:
@@ -271,7 +271,6 @@ mod test {
|
||||
fn next_addr() -> SocketAddr {
|
||||
let addr = format!("127.0.0.1:{}", PORT.fetch_add(1, Ordering::SeqCst));
|
||||
addr.to_socket_addrs().unwrap().next().unwrap()
|
||||
//ToSocketAddrs::to_socket_addrs(addr.as_ref()).unwrap().next().unwrap()
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Serialize, Deserialize, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user