Remove a no-longer-needed import.

This commit is contained in:
Herbert Wolverson 2023-04-19 13:02:11 +00:00
parent dcf2c5f7e2
commit b192478a43

View File

@ -5,7 +5,7 @@ use crate::{
use lqos_utils::XdpIpAddress;
use once_cell::sync::Lazy;
use std::{
fs::File, io::Read, marker::PhantomData, os::fd::FromRawFd, sync::Mutex, fmt::Debug,
fs::File, io::Read, marker::PhantomData, os::fd::FromRawFd, fmt::Debug,
};
use thiserror::Error;
use zerocopy::FromBytes;