fix test
All checks were successful
Rust Checks / checks (pull_request) Successful in 4m49s
Rust Checks / checks (push) Successful in 1m24s

This commit is contained in:
CoCo_Sol 2024-02-14 10:58:40 +01:00
parent d44db4fa3e
commit ff1a6d6ab4

View file

@ -63,7 +63,7 @@ impl HexPosition {
/// # Example: /// # Example:
/// ///
/// ```no_run /// ```no_run
/// use border_wars::hex::Self; /// use border_wars::hex::HexPosition;
/// ///
/// let position = HexPosition { q: 0, r: 0 }; /// let position = HexPosition { q: 0, r: 0 };
/// ///