From 37ab27e142e43814669058dfc3d5845279c713d3 Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Fri, 14 Jun 2024 14:19:18 -0300 Subject: fix TypeLibrary representation --- rust/src/typelibrary.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src') diff --git a/rust/src/typelibrary.rs b/rust/src/typelibrary.rs index 4940454d..ce0fe6f8 100644 --- a/rust/src/typelibrary.rs +++ b/rust/src/typelibrary.rs @@ -11,6 +11,7 @@ use crate::{ types::{QualifiedName, QualifiedNameAndType, Type}, }; +#[repr(transparent)] pub struct TypeLibrary { handle: ptr::NonNull, } -- cgit v1.3.1