summary refs log tree commit diff
path: root/devices/src/usb/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/usb/mod.rs')
-rw-r--r--devices/src/usb/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/devices/src/usb/mod.rs b/devices/src/usb/mod.rs
index 738c693..dde6189 100644
--- a/devices/src/usb/mod.rs
+++ b/devices/src/usb/mod.rs
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-extern crate usb_util;
-
 #[macro_use]
 mod log;
 pub mod host_backend;