fix: typo

This commit is contained in:
Kristofers Solo 2024-12-25 18:01:20 +02:00
parent 7e5abb9a79
commit 83f2e47e27
3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ impl DerefMut for HexMaze {
} }
#[cfg(test)] #[cfg(test)]
mod tests { mod test {
use super::*; use super::*;
#[test] #[test]

View File

@ -73,7 +73,7 @@ impl Display for HexTile {
} }
#[cfg(test)] #[cfg(test)]
mod tests { mod test {
use hexx::EdgeDirection; use hexx::EdgeDirection;
use super::*; use super::*;

View File

@ -396,7 +396,7 @@ impl Default for Walls {
} }
#[cfg(test)] #[cfg(test)]
mod tests { mod test {
use super::*; use super::*;
// all_directions // all_directions