Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aarol committed Apr 12, 2024
1 parent 278451f commit ea07176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/hid.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use anyhow::Context;
use hidapi::HidDevice;
use log::{debug, error, info, warn};
use log::{debug, error, info, trace, warn};

pub struct Headphone {
device: HidDevice,
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mod hid;
mod config;

use std::time::{Duration, Instant};

Expand Down

0 comments on commit ea07176

Please sign in to comment.