summary refs log tree commit diff
path: root/usb_util/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'usb_util/src/types.rs')
-rw-r--r--usb_util/src/types.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/usb_util/src/types.rs b/usb_util/src/types.rs
index 2fc1723..0c7250d 100644
--- a/usb_util/src/types.rs
+++ b/usb_util/src/types.rs
@@ -3,11 +3,12 @@
 // found in the LICENSE file.
 
 use assertions::const_assert;
-use bindings;
 use data_model::DataInit;
 
 use std::mem::size_of;
 
+use crate::bindings;
+
 /// Speed of usb device. See usb spec for more details.
 #[derive(Debug)]
 pub enum Speed {