chore: solve tests/ clippy warnings

This commit is contained in:
2025-08-14 09:46:10 -05:00
parent 12a63374a8
commit b7429cd9ec
3 changed files with 2 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
use glam::Vec2;
use pacman::constants::{CELL_SIZE, RAW_BOARD};
use pacman::map::Map;
use pacman::map::builder::Map;
use sdl2::render::Texture;
#[test]