mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-04 19:11:11 +00:00
vhost_user_net: remove {self} import
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
ff7773044c
commit
e885c35a54
@ -16,7 +16,7 @@ use net_util::{
|
||||
use option_parser::Toggle;
|
||||
use option_parser::{OptionParser, OptionParserError};
|
||||
use std::fmt;
|
||||
use std::io::{self};
|
||||
use std::io;
|
||||
use std::net::Ipv4Addr;
|
||||
use std::os::unix::io::{AsRawFd, RawFd};
|
||||
use std::process;
|
||||
|
Loading…
Reference in New Issue
Block a user