diff options
Diffstat (limited to '')
| -rw-r--r-- | src/primitive/msgid.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/primitive/msgid.rs b/src/primitive/msgid.rs index a8048cf..fb9b6af 100644 --- a/src/primitive/msgid.rs +++ b/src/primitive/msgid.rs @@ -1,4 +1,5 @@ #[derive(Copy, Clone, Debug, std::cmp::PartialEq)] +#[repr(transparent)] pub struct MsgId( #[cfg(not(feature = "long-message-id"))] pub i32, #[cfg(feature = "long-message-id")] pub i64, |
