Skip to content

Commit 72ebb19

Browse files
committed
Rollup merge of rust-lang#30902 - tomaka:patch-1, r=steveklabnik
2 parents c88574a + 729e566 commit 72ebb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/num/f32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mod cmath {
6262
pub fn hypotf(x: c_float, y: c_float) -> c_float;
6363
}
6464

65-
// See the comments in `core::float::Float::floor` for why MSVC is special
65+
// See the comments in the `floor` function for why MSVC is special
6666
// here.
6767
#[cfg(not(target_env = "msvc"))]
6868
extern {

0 commit comments

Comments
 (0)