rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
177 stars 55 forks source link

refactor: use `usize::ilog2` instead of handwritten #274

Closed Ezrashaw closed 1 year ago

Ezrashaw commented 1 year ago

I also removed the test as this is trivially provable.