mirror of
https://github.com/arampoire/onetun.git
synced 2025-12-01 00:00:24 -05:00
Fix new clippy warnings
This commit is contained in:
parent
7200cc07e7
commit
731218d943
3 changed files with 3 additions and 4 deletions
|
|
@ -198,7 +198,7 @@ impl VirtualInterfacePoll for UdpVirtualInterface {
|
|||
}
|
||||
next_poll = None;
|
||||
}
|
||||
Event::VirtualDeviceFed(protocol) if protocol == PortProtocol::Udp => {
|
||||
Event::VirtualDeviceFed(PortProtocol::Udp) => {
|
||||
next_poll = None;
|
||||
}
|
||||
_ => {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue