diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-07 00:10:54 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-06-07 00:16:39 +0200 |
| commit | e7dc5c0939d30ccba98418c42799c4e39f646d23 (patch) | |
| tree | 896ebf078e97f15443dd85342f498231e142f975 /embassy-net/src/stack.rs | |
| parent | 4dda7be96841430c3aed2f014644b0b65cff0ef2 (diff) | |
fmt: make all macros `macro_rules` so scoping is consistent.
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; |
