We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c88574a + 729e566 commit 72ebb19Copy full SHA for 72ebb19
src/libstd/num/f32.rs
@@ -62,7 +62,7 @@ mod cmath {
62
pub fn hypotf(x: c_float, y: c_float) -> c_float;
63
}
64
65
- // See the comments in `core::float::Float::floor` for why MSVC is special
+ // See the comments in the `floor` function for why MSVC is special
66
// here.
67
#[cfg(not(target_env = "msvc"))]
68
extern {
0 commit comments