Skip to content

Commit 1ff5bc4

Browse files
committed
remove unused import
1 parent b78ab0e commit 1ff5bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dhcp_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::os::unix::io::AsRawFd;
77
use smoltcp::iface::{Config, Interface, SocketSet};
88
use smoltcp::socket::dhcpv4;
99
use smoltcp::time::Instant;
10-
use smoltcp::wire::{EthernetAddress, IpCidr, Ipv4Address, Ipv4Cidr};
10+
use smoltcp::wire::{EthernetAddress, IpCidr, Ipv4Cidr};
1111
use smoltcp::{
1212
phy::{wait as phy_wait, Device, Medium},
1313
time::Duration,

0 commit comments

Comments
 (0)