Commit 2020-08-15 20:42 b97b08b7
View on Github →fix(*): remove usages of ge/gt (#3808)
These were not caught by the old ge_or_gt
linter, but they will be caught by the new (upcoming) ge_or_gt
linter.
The nolint
flags are not yet removed, this will happen in a later PR.
Renamings:
char_is_prime_of_ge_two -> char_is_prime_of_two_le
dist_eq_sub_of_ge -> dist_eq_sub_of_le_right
gt_of_mul_lt_mul_neg_right -> lt_of_mul_lt_mul_neg_right