Skip to content

Commit 2bc1e4e

Browse files
committed
dec2flt: Refactor the slow module
1 parent a7741d3 commit 2bc1e4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
// todo

0 commit comments

Comments
 (0)