aboutsummaryrefslogtreecommitdiff
path: root/src/machine/keyctrl.rs
diff options
context:
space:
mode:
authorTianhao Wang <shrik3@mailbox.org>2024-06-04 17:54:11 +0200
committerTianhao Wang <shrik3@mailbox.org>2024-06-11 15:17:12 +0200
commit1c7233d83f1d81ee9b211a9d61e482e94524222e (patch)
tree369bfa0f81f7f047596c8b0c448c8cfa450470ed /src/machine/keyctrl.rs
parentb3b486c868353f8d6f56739529978042ba939e09 (diff)
chore: remove unused deps
Diffstat (limited to 'src/machine/keyctrl.rs')
-rw-r--r--src/machine/keyctrl.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/keyctrl.rs b/src/machine/keyctrl.rs
index 91a9722..94c3cd1 100644
--- a/src/machine/keyctrl.rs
+++ b/src/machine/keyctrl.rs
@@ -5,7 +5,6 @@ use bitflags::bitflags;
use core::cmp;
use core::cmp::{Eq, PartialEq};
use core::ffi::c_uchar;
-use num_enum::{IntoPrimitive, TryFromPrimitive};
// Driver for the PS/2 keybard/mouse controller
// beyound OOStuBS: