From 52fea2e3063497284c27f6d1d8716865cbf57989 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 21 Feb 2025 12:29:35 +0100 Subject: [PATCH] transparent smallbox --- src/praetor/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/praetor/mod.rs b/src/praetor/mod.rs index 44a9dc4..b470231 100644 --- a/src/praetor/mod.rs +++ b/src/praetor/mod.rs @@ -188,6 +188,7 @@ mod job { use super::util::TaggedAtomicPtr; #[derive(Debug)] + #[repr(transparent)] pub struct SmallBox(pub MaybeUninit>); impl Display for SmallBox {