Skip to content

Commit

Permalink
fixup! factor: ignore quickcheck tests using unhandled large vals
Browse files Browse the repository at this point in the history
  • Loading branch information
g-k committed Jan 22, 2022
1 parent 53babc1 commit c3450cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uu/factor/src/numeric/gcd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

// spell-checker:ignore (vars) kgcdab gcdac gcdbc

use std::cmp::min;
use std::mem::swap;

Expand Down

0 comments on commit c3450cd

Please sign in to comment.