ignore dead code

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-28 19:39:21 -05:00
parent fd7b1340ca
commit b5c24b0cdb

View File

@ -10,6 +10,7 @@ pub enum ClosingType {
None, None,
} }
#[allow(dead_code)]
struct PushArgs { struct PushArgs {
alignment_deviation: usize, // For alternation, std dev of deviation of index when alternating alignment_deviation: usize, // For alternation, std dev of deviation of index when alternating
alternation_rate: Decimal, // For alternation, prob of switching parents at each location alternation_rate: Decimal, // For alternation, prob of switching parents at each location