dtmt/crates
Lucas Schwiderski e6f1e7c117
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Fix load order verification
With `.enumerate()` after `.filter()`, the resulting indices didn't
properly map back to the overall mod list anymore. But the checks
afterwards relied on that.
Moving the `.enumerate()` before the `.filter()` makes sure that the
indices are correct.
2024-07-10 21:54:51 +02:00
..
dtmm Fix load order verification 2024-07-10 21:54:51 +02:00
dtmt Update zip 2024-07-09 16:16:37 +02:00