From cc6df02c75cc0158fe01590437ed891d3154f742 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sat, 29 Oct 2022 16:09:54 +0200 Subject: [PATCH] Fix comment running past the line width limit --- narcissus-maths/tests/exhaustive_f32.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/narcissus-maths/tests/exhaustive_f32.rs b/narcissus-maths/tests/exhaustive_f32.rs index 3d392f4..d02f3b0 100644 --- a/narcissus-maths/tests/exhaustive_f32.rs +++ b/narcissus-maths/tests/exhaustive_f32.rs @@ -353,8 +353,8 @@ fn check_exhaustive_f32( }) .collect::>(); - // 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(); -- 2.49.0