Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support/num_traits: Move out of support. #330

Closed
github-actions bot opened this issue Oct 13, 2023 · 0 comments
Closed

support/num_traits: Move out of support. #330

github-actions bot opened this issue Oct 13, 2023 · 0 comments
Assignees
Labels
to do To be done tracker Issue tracked by bot

Comments

@github-actions
Copy link

On 2023-10-13 @prestwich wrote in 0fdcd4d “Merge pull request #329 from DaniPopes/const-bytes”:

Move out of support.

    fn checked_rem(&self, other: &Self) -> Option<Self> {
        <Self>::checked_rem(*self, *other)
    }
}

// TODO: Move out of support.
impl<const BITS: usize, const LIMBS: usize> Shl<u32> for Uint<BITS, LIMBS> {
    type Output = Self;

    #[inline(always)]
    fn shl(self, rhs: u32) -> Self::Output {

From src/support/num_traits.rs:128

@github-actions github-actions bot added to do To be done tracker Issue tracked by bot labels Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to do To be done tracker Issue tracked by bot
Projects
None yet
Development

No branches or pull requests

1 participant