]> git.proxmox.com Git - rustc.git/blobdiff - library/core/src/num/f64.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / library / core / src / num / f64.rs
index fd3c18ce29bd289c3822937e7e4c23b54dc661ad..2a22c4302b91bd97ecb97c823b6de0a51bc48508 100644 (file)
@@ -427,7 +427,7 @@ impl f64 {
         self != self
     }
 
-    // FIXME(#50145): `abs` is publicly unavailable in libcore due to
+    // FIXME(#50145): `abs` is publicly unavailable in core due to
     // concerns about portability, so this implementation is for
     // private use internally.
     #[inline]