From 5a790f0f04ef9152841ee85f90e1cfc4832fd42a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 19 Jul 2021 02:41:51 +0100 Subject: [PATCH] jst-lower: Fix comments for new z level regiem Signed-off-by: Ian Jackson --- jstest/jst-lower.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jstest/jst-lower.rs b/jstest/jst-lower.rs index a15c9b9d..84a317a7 100644 --- a/jstest/jst-lower.rs +++ b/jstest/jst-lower.rs @@ -235,7 +235,7 @@ impl Test { } } - // z coords (at least of heavy) in updates all decrease + // z levels (at least of heavy) in updates all decrease { for n in &new { if n.heavy && n.updated { @@ -272,7 +272,7 @@ impl Test { } } - // all the z coordinates are still distinct + // all the z levels are still distinct and ordered { for (n0,n1) in new.iter().tuple_windows() { assert!( n1.new_z > n0.new_z, -- 2.30.2