From: Ian Jackson Date: Fri, 21 May 2021 17:43:17 +0000 (+0100) Subject: bundles: Add a missing Derive X-Git-Tag: otter-0.6.0~103 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b467748fe2203faf290d99d52e377fbdd67260b0;p=otter.git bundles: Add a missing Derive Signed-off-by: Ian Jackson --- diff --git a/src/bin/otter.rs b/src/bin/otter.rs index d8d59899..e92c37bf 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -1592,6 +1592,7 @@ mod alter_game_adhoc { //---------- upload-bundle ---------- +#[derive(Debug)] struct BundleForUpload { file: String, f: BufReader,