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>,