From b826e593653cb0abeab8e8140a9ea003d43bde24 Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Fri, 14 Jun 2024 14:19:18 -0300 Subject: [PATCH] fix TypeLibrary representation --- rust/src/typelibrary.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/src/typelibrary.rs b/rust/src/typelibrary.rs index 4940454d1..ce0fe6f8e 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, }