Browse Source

remove unused import

James Logan 1 năm trước cách đây
mục cha
commit
1ff5bc41ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/dhcp_client.rs

+ 1 - 1
examples/dhcp_client.rs

@@ -7,7 +7,7 @@ use std::os::unix::io::AsRawFd;
 use smoltcp::iface::{Config, Interface, SocketSet};
 use smoltcp::socket::dhcpv4;
 use smoltcp::time::Instant;
-use smoltcp::wire::{EthernetAddress, IpCidr, Ipv4Address, Ipv4Cidr};
+use smoltcp::wire::{EthernetAddress, IpCidr, Ipv4Cidr};
 use smoltcp::{
     phy::{wait as phy_wait, Device, Medium},
     time::Duration,