summaryrefslogtreecommitdiff
path: root/rust/src/symbol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/symbol.rs')
-rw-r--r--rust/src/symbol.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/symbol.rs b/rust/src/symbol.rs
index b06a0f2f..094aeba7 100644
--- a/rust/src/symbol.rs
+++ b/rust/src/symbol.rs
@@ -217,7 +217,7 @@ impl SymbolBuilder {
#[derive(Eq)]
pub struct Symbol {
- pub(crate) handle: *mut BNSymbol,
+ pub handle: *mut BNSymbol,
}
impl Symbol {