Skip to content

Commit

Permalink
consistent use
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonros committed Jan 27, 2024
1 parent 391e371 commit 66fbb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use log::*;
use num_derive::FromPrimitive;
use num_traits::FromPrimitive;
use rusb::{ConfigDescriptor, Device, DeviceDescriptor, DeviceHandle, GlobalContext};
use rusb::*;
use std::any::Any;
use std::collections::{HashMap, VecDeque};
use std::io::{ErrorKind, Result};
Expand Down

0 comments on commit 66fbb37

Please sign in to comment.