chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0746d6
)
bundles: Add a missing Derive
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 21 May 2021 17:43:17 +0000
(18:43 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 21 May 2021 17:45:30 +0000
(18:45 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/otter.rs
patch
|
blob
|
history
diff --git
a/src/bin/otter.rs
b/src/bin/otter.rs
index d8d59899ec890cf27adc3bc4deb2800c10492fd0..e92c37bfb61f2b1e043da8ef311c5326afda3336 100644
(file)
--- 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<File>,