From ef69b2064d184a0bd6fb9430a8acc2e0b6060719 Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 23 May 2021 21:22:48 +0000 Subject: [PATCH] make the compiler happy --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1ff7c69..853d636 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -551,7 +551,7 @@ mod test { #[pso_message(0x23)] struct Test { b: [u32; 100], - }; + } let test = Test { client: 1,