clippy
This commit is contained in:
@@ -15,7 +15,7 @@ pub enum Winner {
|
||||
}
|
||||
|
||||
/// Precompute all possible chains for each position on the board
|
||||
static ADJ_LOOKUP: LazyLock<PosMap<ChainCollection>> = LazyLock::new(|| gen_adj_lookup());
|
||||
static ADJ_LOOKUP: LazyLock<PosMap<ChainCollection>> = LazyLock::new(gen_adj_lookup);
|
||||
|
||||
/// Repersents a Othello game board at a certain space
|
||||
#[derive(Copy, Clone, PartialEq, Eq)]
|
||||
|
||||
Reference in New Issue
Block a user