Skip to content

Commit f9b139f

Browse files
author
chansuke
committed
Add mod nan for test
1 parent 97d5a1b commit f9b139f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/core/tests/num/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ mod bignum;
2727
mod dec2flt;
2828
mod flt2dec;
2929

30+
mod nan;
31+
3032
/// Adds the attribute to all items in the block.
3133
macro_rules! cfg_block {
3234
($(#[$attr:meta]{$($it:item)*})*) => {$($(

0 commit comments

Comments
 (0)