Skip to content

Commit c06bb34

Browse files
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 8eaea39 + 98dad0b commit c06bb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)