diff options
Diffstat (limited to 'rust/src/basic_block.rs')
| -rw-r--r-- | rust/src/basic_block.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/basic_block.rs b/rust/src/basic_block.rs index 67b85987..3e21094a 100644 --- a/rust/src/basic_block.rs +++ b/rust/src/basic_block.rs @@ -112,7 +112,7 @@ pub struct BasicBlock<C: BlockContext> { } impl<C: BlockContext> BasicBlock<C> { - pub(crate) unsafe fn from_raw(handle: *mut BNBasicBlock, context: C) -> Self { + pub unsafe fn from_raw(handle: *mut BNBasicBlock, context: C) -> Self { Self { handle, context } } |
