diff --git a/src/lib.rs b/src/lib.rs index d46ea0a..5b722b7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -394,7 +394,7 @@ pub trait ConditionallyAssignable { #[cfg(feature = "generic-impls")] impl ConditionallyAssignable for T where - T: Copy + ConditionallySelectable, + T: ConditionallySelectable, { #[inline] fn conditional_assign(&mut self, other: &Self, choice: Choice) {