From f167c2f86f347393412f9a9e11fe1d8b83d36d78 Mon Sep 17 00:00:00 2001 From: Xuewei Niu Date: Sun, 11 Jan 2026 13:38:28 +0800 Subject: [PATCH] vhost-device-gpu: Make clippy happy Remove an unused import to make clippy happy. Signed-off-by: Xuewei Niu --- vhost-device-gpu/src/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhost-device-gpu/src/device.rs b/vhost-device-gpu/src/device.rs index fd67fed..01d562e 100644 --- a/vhost-device-gpu/src/device.rs +++ b/vhost-device-gpu/src/device.rs @@ -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::{