aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-registry/src')
-rw-r--r--azalea-registry/src/identifier.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-registry/src/identifier.rs b/azalea-registry/src/identifier.rs
index c7266bf4..912d7b32 100644
--- a/azalea-registry/src/identifier.rs
+++ b/azalea-registry/src/identifier.rs
@@ -26,6 +26,8 @@ pub struct Identifier {
inner: Box<str>,
}
+const _: () = assert!(size_of::<Identifier>() == 24);
+
static DEFAULT_NAMESPACE: &str = "minecraft";
// static REALMS_NAMESPACE: &str = "realms";