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

Use standard div_ceil #544

Closed
rj00a opened this issue Oct 6, 2023 · 0 comments · Fixed by #547
Closed

Use standard div_ceil #544

rj00a opened this issue Oct 6, 2023 · 0 comments · Fixed by #547
Labels
enhancement New feature or request

Comments

@rj00a
Copy link
Member

rj00a commented Oct 6, 2023

Describe the problem related to your feature request.

Rust 1.73.0 stabilized div_ceil for unsigned integers.

What solution would you like?

Replace num_integer::div_ceil with the standard div_ceil.

What alternative(s) have you considered?

Additional context

@rj00a rj00a added the enhancement New feature or request label Oct 6, 2023
@dyc3 dyc3 closed this as completed in #547 Oct 8, 2023
dyc3 pushed a commit that referenced this issue Oct 8, 2023
# Objective

- Replace `num_integer::div_ceil` with the standard `div_ceil`.
- Closes #544

# Solution

[Rust 1.73.0 stabilized div_ceil for unsigned
integers.](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html#stabilized-apis)

- Replaces `num_integer::div_ceil` with the standard `div_ceil`.
- Removes `num-integer` crate as a dependency because it is no longer
used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant