Skip to content

Use {u64,usize}::div_ceil

Nick Mathewson requested to merge nickm/arti:div_ceil into main

Previously we had to avoid div_ceil, but now that our MSRV is above 1.73 we can use it with abandon.

@wesleyac please let me know if this is going to cause a conflict with your circmgr work? I can defer this if so.

Merge request reports