Remove std guard.
This commit is contained in:
parent
6f12bd4334
commit
e5176eeeed
|
@ -1,5 +1,4 @@
|
|||
use core::ops::{Not, BitAnd, BitOr, BitXor, Shl, Shr};
|
||||
#[cfg(feature = "std")]
|
||||
use core::fmt::{Debug, Display};
|
||||
|
||||
use {Num, NumCast};
|
||||
|
|
Loading…
Reference in New Issue