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

Code refactor #152

Closed kraktus closed 2 years ago

kraktus commented 2 years ago

No functional changes

As posted on zulip this part of a larger effort to modernise the code of the project, but for the code review to be easier thought it would be better to split it in parts. The PR contains quite a few commits compared to the changes but each of those is a logic unit that pass the tests and with formatted code.

oli-obk commented 2 years ago

this is an awesome cleanup! thank you