]> git.nega.tv - josh/narcissus/commitdiff
Fix comment running past the line width limit
authorJoshua Simmons <josh@nega.tv>
Sat, 29 Oct 2022 14:09:54 +0000 (16:09 +0200)
committerJoshua Simmons <josh@nega.tv>
Sat, 29 Oct 2022 14:09:54 +0000 (16:09 +0200)
narcissus-maths/tests/exhaustive_f32.rs

index 3d392f4b1b6a4861034a0aaca8fb67fb3e95b678..d02f3b049fa318b8aab59a56c48451290687fa9d 100644 (file)
@@ -353,8 +353,8 @@ fn check_exhaustive_f32(
         })
         .collect::<Vec<_>>();
 
-    // The larger numbers towards the end of the test range are more costly to evaluate. So improve scheduling by
-    // running those long jobs first.
+    // The larger numbers towards the end of the test range are more costly to evaluate. So improve
+    // scheduling by running those long jobs first.
     work.reverse();
 
     let mut errors = FloatErrors::default();