refactor: vertex_index_common: elide tests alloc. w/ Itertools::cartesian_product

This commit is contained in:
Erich Gubler
2024-06-18 15:53:56 -04:00
parent 7600c61b72
commit 764b15a556
4 changed files with 20 additions and 23 deletions

View File

@@ -27,6 +27,7 @@ bytemuck.workspace = true
cfg-if.workspace = true
ctor.workspace = true
futures-lite.workspace = true
itertools.workspace = true
libtest-mimic.workspace = true
log.workspace = true
parking_lot.workspace = true