Clean up rust unused warnings.
This commit is contained in:
parent
51478e7ccf
commit
8dfd57b411
3 changed files with 43 additions and 16 deletions
|
|
@ -9,6 +9,7 @@ use mammoth::thread::Thread;
|
|||
use mammoth::zion::ZError;
|
||||
|
||||
#[repr(u8)]
|
||||
#[allow(dead_code)]
|
||||
#[derive(PartialEq, Eq, PartialOrd, Ord, Copy, Clone)]
|
||||
enum Keycode {
|
||||
UnknownKeycode = 0x0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue