vhost_user_net: remove {self} import
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
ff7773044c
commit
e885c35a54
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue