remove unused crate

This commit is contained in:
Corwin Kuiper 2021-12-06 22:43:58 +00:00
parent 9a25274bb0
commit affa27c8e0

View file

@ -7,8 +7,6 @@ use core::{
}, },
}; };
use crate::syscall;
pub trait Number: pub trait Number:
Sized Sized
+ Copy + Copy