Skip to content

Commit 882e318

Browse files
committed
move test-float-parse tool into src/tools dir
Obviously `test-float-parse` is a tool like any other in `src/tools`. Signed-off-by: onur-ozkan <[email protected]>
1 parent 018adbd commit 882e318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/num/dec2flt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
//!
5959
//! There are unit tests but they are woefully inadequate at ensuring correctness, they only cover
6060
//! a small percentage of possible errors. Far more extensive tests are located in the directory
61-
//! `src/etc/test-float-parse` as a Rust program.
61+
//! `src/tools/test-float-parse` as a Rust program.
6262
//!
6363
//! A note on integer overflow: Many parts of this file perform arithmetic with the decimal
6464
//! exponent `e`. Primarily, we shift the decimal point around: Before the first decimal digit,

0 commit comments

Comments
 (0)