fix: device import & rustfmt

Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
This commit is contained in:
Lachezar Lechev 2023-07-12 17:44:01 +03:00
commit 43fda7bab1
No known key found for this signature in database
GPG key ID: B2D641D6A2C8E742
3 changed files with 6 additions and 3 deletions

View file

@ -20,7 +20,7 @@ pub use self::{
device::{Device, DeviceRefMut, InactiveDevice},
host::{Dhcp, Host, HostConfig, Manual},
net::MacAddress,
uninitialized_device::{InitializeError, UninitializedDevice}
uninitialized_device::{InitializeError, UninitializedDevice},
};
use register::common;