Skip to content

Commit acc4e56

Browse files
committed
Fix missing mod declaration for Wrapping tests.
1 parent 79f2d3d commit acc4e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/tests/num/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ mod u8;
2929
mod bignum;
3030
mod dec2flt;
3131
mod flt2dec;
32+
mod wrapping;
3233

3334
mod nan;
3435

0 commit comments

Comments
 (0)