Skip to content

Commit f1a72ed

Browse files
authored
Rollup merge of rust-lang#141949 - onur-ozkan:move-test-float-parse, r=Kobzol
move `test-float-parse` tool into `src/tools` dir Obviously `test-float-parse` is a tool like any other in `src/tools`. cc `@tgross35`
2 parents 9f4b3be + 882e318 commit f1a72ed

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)