diff options
Diffstat (limited to 'embassy-net/src/stack.rs')
| -rw-r--r-- | embassy-net/src/stack.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-net/src/stack.rs b/embassy-net/src/stack.rs index e436beb1e..a38f00958 100644 --- a/embassy-net/src/stack.rs +++ b/embassy-net/src/stack.rs | |||
| @@ -20,7 +20,6 @@ use smoltcp::wire::{IpAddress, IpCidr, Ipv4Address, Ipv4Cidr}; | |||
| 20 | use crate::config::Configurator; | 20 | use crate::config::Configurator; |
| 21 | use crate::config::Event; | 21 | use crate::config::Event; |
| 22 | use crate::device::{Device, DeviceAdapter, LinkState}; | 22 | use crate::device::{Device, DeviceAdapter, LinkState}; |
| 23 | use crate::fmt::*; | ||
| 24 | use crate::{Interface, SocketSet}; | 23 | use crate::{Interface, SocketSet}; |
| 25 | 24 | ||
| 26 | const ADDRESSES_LEN: usize = 1; | 25 | const ADDRESSES_LEN: usize = 1; |
