ignore dead code for now
All checks were successful
/ Test-Suite (push) Successful in 19s

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-13 21:34:22 -05:00
parent af9f3d1754
commit 5298941bb9

View File

@ -36,6 +36,7 @@ pub const EMPTY_STATE: PushState = PushState {
}; };
#[derive(PartialEq, Eq, Debug, Clone)] #[derive(PartialEq, Eq, Debug, Clone)]
#[allow(dead_code)] // remove this later. Is here bc Close, Skip, CrossoverPadding
pub enum Gene { pub enum Gene {
GeneInt(i128), GeneInt(i128),
GeneFloat(Decimal), GeneFloat(Decimal),