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:
b237ecd
)
Fix doc comment order
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 4 May 2022 20:41:52 +0000
(21:41 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 4 May 2022 20:51:02 +0000
(21:51 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/global.rs
patch
|
blob
|
history
diff --git
a/src/global.rs
b/src/global.rs
index d66ce087edd8b54a0caa1cc654c0593a15d85ec9..41e2d5fb9c70d452791f7a275851f364e2c8a7e3 100644
(file)
--- a/
src/global.rs
+++ b/
src/global.rs
@@
-77,8
+77,8
@@
pub struct IPlayer { // usual variable: ipl
pub tz: Timezone,
}
-#[derive(Debug,Serialize,Deserialize)]
/// Strange ownership and serialisation rules, like `OccultIlkOwningId`
+#[derive(Debug,Serialize,Deserialize)]
pub struct IPiece {
pub p: IPieceTraitObj,
pub occilk: Option<IOccultIlk>,