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

special: todo!() #59

Open
github-actions bot opened this issue May 28, 2022 · 0 comments
Open

special: todo!() #59

github-actions bot opened this issue May 28, 2022 · 0 comments
Assignees
Labels
to do To be done tracker Issue tracked by bot

Comments

@github-actions
Copy link

github-actions bot commented May 28, 2022

On 2022-05-28 @recmo wrote in d2363fc “blocked”:

todo!()

    /// This function will panic if `rhs` is 0 or the operation results in
    /// overflow.
    #[must_use]
    pub fn next_multiple_of(self, rhs: Self) -> Self {
        self.checked_next_multiple_of(rhs).unwrap();
        todo!()
    }

    /// Calculates the smallest value greater than or equal to `self` that is a
    /// multiple of `rhs`. Returns [`None`] is `rhs` is zero or the
    /// operation would result in overflow.

From src/special.rs:70

@github-actions github-actions bot added to do To be done tracker Issue tracked by bot labels May 28, 2022
@github-actions github-actions bot changed the title todo!() pecial:todo!() May 28, 2022
@github-actions github-actions bot changed the title pecial:todo!() pecial: todo!() May 28, 2022
@github-actions github-actions bot changed the title pecial: todo!() special: todo!() May 28, 2022
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