From 081b0100a4d905d75fbae1aa936f57f00bd319d5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 4 May 2022 21:41:52 +0100 Subject: [PATCH] Fix doc comment order Signed-off-by: Ian Jackson --- src/global.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.rs b/src/global.rs index d66ce087..41e2d5fb 100644 --- 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, -- 2.30.2