Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
{integer}::div_ceil
where appropriate (#13716)
The method was added in Rust 1.73, which was previously above our MSRV. Recent clippy versions now warn against the workaround on complexity grounds, since our MSRV indicates we can use the built-in version.
- Loading branch information