From ff1a6d6ab4dc7e1d9e143e472a5fff70587a468c Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Wed, 14 Feb 2024 10:58:40 +0100 Subject: [PATCH] fix test --- crates/border-wars/src/hex.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/hex.rs b/crates/border-wars/src/hex.rs index 744329c..627f48a 100644 --- a/crates/border-wars/src/hex.rs +++ b/crates/border-wars/src/hex.rs @@ -63,7 +63,7 @@ impl HexPosition { /// # Example: /// /// ```no_run - /// use border_wars::hex::Self; + /// use border_wars::hex::HexPosition; /// /// let position = HexPosition { q: 0, r: 0 }; ///