Skip to content

Commit

Permalink
Add mod nan for test
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Nov 5, 2020
1 parent 97d5a1b commit f9b139f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/core/tests/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ mod bignum;
mod dec2flt;
mod flt2dec;

mod nan;

/// Adds the attribute to all items in the block.
macro_rules! cfg_block {
($(#[$attr:meta]{$($it:item)*})*) => {$($(
Expand Down

0 comments on commit f9b139f

Please sign in to comment.