update warning remove

This commit is contained in:
2026-04-05 14:14:11 +07:00
parent 240c4e3c20
commit 2078a96f0e
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -11,7 +11,6 @@ use smoltcp::{
Ipv6Address,
},
};
use std::time::Duration;
use tokio::sync::{mpsc, oneshot};
use netrunner_logger::{debug, info};
+1 -1
View File
@@ -8,7 +8,7 @@ use smoltcp::{
socket::{Socket, tcp, udp},
wire::{IpAddress, IpListenEndpoint, IpProtocol, Ipv4Packet, Ipv6Packet, TcpPacket, UdpPacket},
};
use std::{sync::Arc, time::Duration};
use std::{sync::Arc};
use tokio::sync::mpsc;