fix: Accidental removed line of comment

9bae080c4d

Co-Authored-By: @phildremi
This commit is contained in:
Karolin Varner
2025-02-04 18:29:45 +01:00
parent fd5806ba55
commit 5187e50bb7

View File

@@ -45,6 +45,7 @@ mod tests {
/// This test function will run an equal amount of comparisons on two different sets of parameters:
/// - completely equal slices
/// - completely unequal slices.
/// All comparisons are executed in a randomized order. The test will fail if one of the
/// two sets is checked for equality significantly faster than the other set
/// (absolute correlation coefficient ≥ 0.01)
fn memcmp_runs_in_constant_time() {