Skip to content

Commit

Permalink
Merge pull request #77 from ssbr/patch-1
Browse files Browse the repository at this point in the history
Force tag to the same position in KStringInner
  • Loading branch information
epage authored Jul 22, 2024
2 parents dc4a475 + 04322e1 commit fd7b3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ mod inner {
mod inner {
use super::*;

#[repr(C)]
pub(super) union KStringInner<B> {
tag: TagVariant,
singleton: SingletonVariant,
Expand Down

0 comments on commit fd7b3bc

Please sign in to comment.