diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-03-20 14:54:25 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-03-20 16:39:09 +0100 |
| commit | eca9aac194580956c851e42565546e5fc50d8070 (patch) | |
| tree | 9e5359afdfba6d1f17b8d5eff2f6aee40841d02e /embassy-net-tuntap | |
| parent | 3d842dac85a4ea21519f56d4ec6342b528805b8a (diff) | |
Fix warnings in recent nightly.
Diffstat (limited to 'embassy-net-tuntap')
| -rw-r--r-- | embassy-net-tuntap/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-tuntap/src/lib.rs b/embassy-net-tuntap/src/lib.rs index de30934eb..56f55fba1 100644 --- a/embassy-net-tuntap/src/lib.rs +++ b/embassy-net-tuntap/src/lib.rs | |||
| @@ -6,7 +6,7 @@ use std::os::unix::io::{AsRawFd, RawFd}; | |||
| 6 | use std::task::Context; | 6 | use std::task::Context; |
| 7 | 7 | ||
| 8 | use async_io::Async; | 8 | use async_io::Async; |
| 9 | use embassy_net_driver::{self, Capabilities, Driver, HardwareAddress, LinkState}; | 9 | use embassy_net_driver::{Capabilities, Driver, HardwareAddress, LinkState}; |
| 10 | use log::*; | 10 | use log::*; |
| 11 | 11 | ||
| 12 | /// Get the MTU of the given interface. | 12 | /// Get the MTU of the given interface. |
