Skip to content

Commit

Permalink
Fix missing mod declaration for Wrapping tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
plaflamme committed Jan 14, 2021
1 parent 180fdff commit 872dc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/tests/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ mod u8;
mod bignum;
mod dec2flt;
mod flt2dec;
mod wrapping;

mod nan;

Expand Down

0 comments on commit 872dc60

Please sign in to comment.