Add `mod nan` for test

This commit is contained in:
chansuke 2020-11-05 12:57:18 +09:00
parent 97d5a1be3f
commit f9b139f9c4
1 changed files with 2 additions and 0 deletions

View File

@ -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)*})*) => {$($(