You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use {integer}::div_ceil where appropriate (Qiskit#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.
0 commit comments