Skip to content

Commit 17a22c5

Browse files
committed
no std
1 parent b12ba8d commit 17a22c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ pub trait CmpLe<Rhs = Self> {
933933
}
934934
pub trait AlignTo
935935
where
936-
Self: Pod + Default + std::fmt::Debug + PartialEq + From<Self::Elem>,
937-
Self::Elem: Pod + Default + std::fmt::Debug + PartialEq,
936+
Self: Pod + Default + PartialEq + From<Self::Elem>,
937+
Self::Elem: Pod + Default + PartialEq,
938938
{
939939
type Elem;
940940

0 commit comments

Comments
 (0)