Skip to content

Commit 404089f

Browse files
committed
dec2flt: Refactor the slow module
1 parent d71c375 commit 404089f

File tree

1 file changed

+1
-0
lines changed
  • library/core/tests/num/dec2flt

1 file changed

+1
-0
lines changed

library/core/tests/num/dec2flt/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ mod decimal_seq;
55
mod float;
66
mod lemire;
77
mod parse;
8+
mod slow;
89

910
// Take a float literal, turn it into a string in various ways (that are all trusted
1011
// to be correct) and see if those strings are parsed back to the value of the literal.

0 commit comments

Comments
 (0)