RustQIP
RustQIP copied to clipboard
Find and fix custom implementations of stdlib functions.
There are probably several places where custom implementations of algorithms are provided where stdlib versions exists. An example would be checking if a supplied u64 has only a single bit set, this could be done using is_power_of_two.