Remove std guard.

This commit is contained in:
Laurence Tratt 2018-02-17 17:57:40 +00:00
parent 6f12bd4334
commit e5176eeeed
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
use core::ops::{Not, BitAnd, BitOr, BitXor, Shl, Shr};
#[cfg(feature = "std")]
use core::fmt::{Debug, Display};
use {Num, NumCast};