add no run to exemple
All checks were successful
Rust Checks / checks (push) Successful in 1m18s
Rust Checks / checks (pull_request) Successful in 2m11s

This commit is contained in:
CoCo_Sol 2024-02-14 11:17:54 +01:00
parent 1f0083bba8
commit cfb3de298e

View file

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