Clean up rust unused warnings.

This commit is contained in:
Drew Galbraith 2024-08-30 00:49:33 -07:00
parent 51478e7ccf
commit 8dfd57b411
3 changed files with 43 additions and 16 deletions

View file

@ -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,