mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-23 15:29:10 +00:00
Format correctly
This commit is contained in:
parent
b0e275ec08
commit
aa059e0dd5
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@ use smoltcp::{
|
|||
wire::{IpCidr, IpProtocol, Ipv4Packet, Ipv6Packet, TcpPacket, UdpPacket, UDP_HEADER_LEN},
|
||||
};
|
||||
use socks5_impl::protocol::{Address, StreamOperation, UdpHeader, UserKey};
|
||||
use std::collections::LinkedList;
|
||||
use std::{
|
||||
collections::{HashMap, HashSet},
|
||||
convert::{From, TryFrom},
|
||||
|
@ -17,7 +18,6 @@ use std::{
|
|||
rc::Rc,
|
||||
str::FromStr,
|
||||
};
|
||||
use std::collections::LinkedList;
|
||||
|
||||
#[derive(Hash, Clone, Eq, PartialEq, PartialOrd, Ord, Debug)]
|
||||
pub(crate) struct ConnectionInfo {
|
||||
|
|
Loading…
Add table
Reference in a new issue