blackopsrepl commited on
Commit
9efcf65
·
1 Parent(s): 470faf8

chore: fix dead code warning

Browse files
Files changed (1) hide show
  1. src/data/data_seed/witness.rs +0 -1
src/data/data_seed/witness.rs CHANGED
@@ -18,7 +18,6 @@ struct WitnessLoad {
18
 
19
  /// Internal, never-exposed feasible assignment used to shape the public dataset.
20
  pub(super) struct WitnessRoster {
21
- #[allow(dead_code)]
22
  pub(super) assignments: Vec<usize>,
23
  pub(super) employee_touched_dates: Vec<BTreeSet<NaiveDate>>,
24
  }
 
18
 
19
  /// Internal, never-exposed feasible assignment used to shape the public dataset.
20
  pub(super) struct WitnessRoster {
 
21
  pub(super) assignments: Vec<usize>,
22
  pub(super) employee_touched_dates: Vec<BTreeSet<NaiveDate>>,
23
  }