From afd7f928f9b3ea7b7a2c1214bdcb10015c8b2db8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 17 May 2021 16:40:23 +0200 Subject: [PATCH] Fix up an outdated comment --- instant-distance/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-distance/src/lib.rs b/instant-distance/src/lib.rs index 650c598..caf54cc 100644 --- a/instant-distance/src/lib.rs +++ b/instant-distance/src/lib.rs @@ -231,7 +231,7 @@ where ranges.push((LayerId(num_layers - i - 1), max(start, 1)..cumulative)); } - // Insert the first point so that we have an enter point to start searches with. + // Initialize data for layers let mut layers = vec![vec![]; top.0]; let zero = points