derive debug for Disks because I was losing my sanity

This commit is contained in:
LinlyBoi
2023-05-01 22:27:24 +03:00
parent c5a49aa3d4
commit fbcf6c81e7

View File

@@ -43,11 +43,9 @@ impl Board {
}
}
#[derive(Clone)]
#[derive(Clone, Debug)]
pub enum Disk {
RED,
BLUE,
EMPTY,
}