fix the deletion of vectors and add a test

This commit is contained in:
Tamo 2024-06-06 10:41:16 +02:00
parent 6607875f49
commit 2cdcb703d9
3 changed files with 152 additions and 1 deletions

View file

@ -13,6 +13,7 @@ mod snapshot;
mod stats;
mod swap_indexes;
mod tasks;
mod vector;
// Tests are isolated by features in different modules to allow better readability, test
// targetability, and improved incremental compilation times.