chore: Fix one more remaining nightly build error

This commit is contained in:
Mikolaj Wielgus 2025-09-16 21:17:36 +02:00
parent c50c520e7c
commit 59cd745332
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ impl<PW, DW, SW, BW, CW, Cel, PI, DI, SI, BI>
}
#[debug_invariant(self.test_envelopes())]
#[debug_invariant(self.geometry.graph().node_count() == self.rtree.size())]
#[debug_invariant(self.geometry.node_count() == self.rtree.size())]
impl<
PW: GetWidth + GetLayer + TryInto<DW> + TryInto<SW> + TryInto<BW> + Retag<Index = PI> + Copy,
DW: AccessDotWeight + Into<PW> + GetLayer,