Thomas пре 6 месеци
родитељ
комит
c7b4d52468
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/collection/flowcells.rs

+ 1 - 1
src/collection/flowcells.rs

@@ -23,7 +23,7 @@ use super::minknow::{MinKnowSampleSheet, PoreStateEntry, PoreStateEntryExt, Thro
 
 /// A collection of `IdInput` records, with utility methods
 /// for loading, saving, deduplication, and construction from TSV.
-#[derive(Debug, Serialize, Deserialize, Clone)]
+#[derive(Debug, Serialize, Deserialize, Clone, Default)]
 pub struct IdsInput {
     /// The list of ID entries.
     pub data: Vec<IdInput>,