From e1952dd7d40fe45804cedcafc43c87a5d064b0c5 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 23 Apr 2020 13:31:44 -0700 Subject: Remove redundant single-component imports Fix clippy 1.43.0 clippy::single-component-path-imports warnings. BUG=None TEST=bin/clippy Change-Id: I3f4f54138bedce16dc1ca937bb8bc00a94594f69 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2163203 Reviewed-by: Zach Reizner Tested-by: Daniel Verkamp Commit-Queue: Daniel Verkamp --- resources/src/gpu_allocator.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'resources') diff --git a/resources/src/gpu_allocator.rs b/resources/src/gpu_allocator.rs index 478d0d4..cbf21a2 100644 --- a/resources/src/gpu_allocator.rs +++ b/resources/src/gpu_allocator.rs @@ -8,10 +8,7 @@ use std::fs::File; #[cfg(feature = "wl-dmabuf")] use libc::EINVAL; -#[cfg(feature = "wl-dmabuf")] -use gpu_buffer; use msg_socket::MsgOnSocket; -use sys_util; #[allow(dead_code)] #[derive(Debug, Eq, PartialEq)] -- cgit 1.4.1