]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/num/f32.rs
Rollup merge of #31415 - tshepang:2-space-indent, r=steveklabnik
[rust.git] / src / libstd / num / f32.rs
index 259f0d390b4a1523e2bf1433990a7bb4abc90888..7f57d6dc650bab145670458d28143328787cf85e 100644 (file)
@@ -62,7 +62,7 @@ mod cmath {
         pub fn hypotf(x: c_float, y: c_float) -> c_float;
     }
 
-    // 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
     // here.
     #[cfg(not(target_env = "msvc"))]
     extern {