Skip to content

Commit

Permalink
dec2flt: Refactor the slow module
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Aug 26, 2024
1 parent d71c375 commit 404089f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/tests/num/dec2flt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod decimal_seq;
mod float;
mod lemire;
mod parse;
mod slow;

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

0 comments on commit 404089f

Please sign in to comment.