Remove last todos

This commit is contained in:
Mikayla 2024-01-10 12:13:12 -08:00
parent 4bcac68c8c
commit f71a0cddb8
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@ pub struct PlayerColors(pub Vec<PlayerColor>);
impl Default for PlayerColors {
/// Don't use this!
/// We have to have a default to be `[refineable::Refinable]`.
/// todo!("Find a way to not need this for Refinable")
/// TODO "Find a way to not need this for Refinable"
fn default() -> Self {
Self::dark()
}