mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 00:20:53 +00:00
remove .expect call
This commit is contained in:
parent
3b9207fb7a
commit
b92f2efd81
2 changed files with 5 additions and 3 deletions
|
@ -27,6 +27,9 @@ pub enum Error {
|
|||
#[error("smoltcp::socket::tcp::SendError {0:?}")]
|
||||
Send(#[from] smoltcp::socket::tcp::SendError),
|
||||
|
||||
#[error("smoltcp::socket::udp::SendError {0:?}")]
|
||||
UdpSend(#[from] smoltcp::socket::udp::SendError),
|
||||
|
||||
#[error("smoltcp::wire::Error {0:?}")]
|
||||
Wire(#[from] smoltcp::wire::Error),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue