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 --- devices/src/pci/pci_device.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'devices/src/pci/pci_device.rs') diff --git a/devices/src/pci/pci_device.rs b/devices/src/pci/pci_device.rs index a1a3cca..2f74ea1 100644 --- a/devices/src/pci/pci_device.rs +++ b/devices/src/pci/pci_device.rs @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -use std; use std::fmt::{self, Display}; use std::os::unix::io::RawFd; -- cgit 1.4.1