Skip to content

Commit 7600ad1

Browse files
authored
Unrolled build for rust-lang#133008
Rollup merge of rust-lang#133008 - onur-ozkan:update-outdated-comment, r=jieyouxu update outdated comment about test-float-parse It's no longer a Python program since rust-lang#127510.
2 parents 22bcb81 + f432fb4 commit 7600ad1

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/num/dec2flt

1 file changed

+1
-1
lines changed

Diff for: library/core/src/num/dec2flt/mod.rs

+1-1
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 Python script.
61+
//! `src/etc/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)