vhost-device-gpu: Make clippy happy
Remove an unused import to make clippy happy. Signed-off-by: Xuewei Niu <niuxuewei.nxw@antgroup.com>
This commit is contained in:
parent
d3c6f97380
commit
f167c2f86f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ use std::{
|
|||
sync::{self, Arc, Mutex},
|
||||
};
|
||||
|
||||
use log::{debug, error, info, trace, warn};
|
||||
use log::{debug, info, trace, warn};
|
||||
use rutabaga_gfx::RutabagaFence;
|
||||
use thiserror::Error as ThisError;
|
||||
use vhost::vhost_user::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue