Skip to content

Commit 1c7233d

Browse files
committed
chore: remove unused deps
1 parent b3b486c commit 1c7233d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ license = "eupl-1.2"
99
spin = "0.9.8"
1010
bitflags = "2.4.2"
1111

12-
[dependencies.num_enum]
13-
version = "0.7.2"
14-
default-features = false
15-
1612
# rebuild components, instead of using the prebuilt ones.
1713
# see https://os.phil-opp.com/heap-allocation/#the-allocator-interface
1814
# [unstable]

src/machine/keyctrl.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use bitflags::bitflags;
55
use core::cmp;
66
use core::cmp::{Eq, PartialEq};
77
use core::ffi::c_uchar;
8-
use num_enum::{IntoPrimitive, TryFromPrimitive};
98

109
// Driver for the PS/2 keybard/mouse controller
1110
// beyound OOStuBS:

0 commit comments

Comments
 (0)