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
+1 -1
View File
@@ -1,5 +1,5 @@
use pacman::constants::RAW_BOARD;
use pacman::map::Map;
use pacman::map::builder::Map;
mod collision;
mod item;