summaryrefslogtreecommitdiff
path: root/rust/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/types.rs')
-rw-r--r--rust/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/types.rs b/rust/src/types.rs
index 7fdbe0c6..03e2fc2c 100644
--- a/rust/src/types.rs
+++ b/rust/src/types.rs
@@ -431,7 +431,7 @@ impl Drop for TypeBuilder {
#[repr(transparent)]
pub struct Type {
- pub(crate) handle: *mut BNType,
+ pub handle: *mut BNType,
}
/// ```no_run