1 parent b12ba8d commit 17a22c5Copy full SHA for 17a22c5
1 file changed
src/lib.rs
@@ -933,8 +933,8 @@ pub trait CmpLe<Rhs = Self> {
933
}
934
pub trait AlignTo
935
where
936
- Self: Pod + Default + std::fmt::Debug + PartialEq + From<Self::Elem>,
937
- Self::Elem: Pod + Default + std::fmt::Debug + PartialEq,
+ Self: Pod + Default + PartialEq + From<Self::Elem>,
+ Self::Elem: Pod + Default + PartialEq,
938
{
939
type Elem;
940
0 commit comments