diff options
| author | Micha White <botahamec@outlook.com> | 2023-12-21 19:46:47 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-12-21 19:46:47 -0500 |
| commit | c9f4c2c1907ef51224adc7424388bdde20a18ba6 (patch) | |
| tree | 4a8f44be88368fa517adedc69cae4c1131f1a424 /model | |
| parent | a8c2d7499de2215e2ffb3c755361a339e5b798d3 (diff) | |
Removed a TODO
Diffstat (limited to 'model')
| -rw-r--r-- | model/src/color.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/model/src/color.rs b/model/src/color.rs index c223c11..26a1069 100644 --- a/model/src/color.rs +++ b/model/src/color.rs @@ -26,7 +26,6 @@ impl Display for PieceColor { impl PieceColor { /// Flips the color pub const fn flip(self) -> Self { - // TODO optimize match self { PieceColor::Light => PieceColor::Dark, PieceColor::Dark => PieceColor::Light, |
