From b5c24b0cdbc4ac12f1cd1ce7b1063323d0d92d27 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Mon, 28 Apr 2025 19:39:21 -0500 Subject: [PATCH] ignore dead code --- src/gp/args.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gp/args.rs b/src/gp/args.rs index 72f3897..3943c15 100644 --- a/src/gp/args.rs +++ b/src/gp/args.rs @@ -10,6 +10,7 @@ pub enum ClosingType { None, } +#[allow(dead_code)] struct PushArgs { 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