From b467748fe2203faf290d99d52e377fbdd67260b0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 21 May 2021 18:43:17 +0100 Subject: [PATCH] bundles: Add a missing Derive Signed-off-by: Ian Jackson --- src/bin/otter.rs | 1 + 1 file changed, 1 insertion(+) 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, -- 2.30.2