aboutsummaryrefslogtreecommitdiff
path: root/hid/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'hid/src/lib.rs')
-rw-r--r--hid/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/src/lib.rs b/hid/src/lib.rs
index d71b5a5..fb2ccf8 100644
--- a/hid/src/lib.rs
+++ b/hid/src/lib.rs
@@ -13,5 +13,5 @@ pub use devices::Devices;
mod device;
pub use device::Device;
-mod handle;
+pub mod handle;
pub use handle::Handle;