Skip to content

Commit cf579d4

Browse files
committed
[Rust] Make the BinaryView handle public
This is temporary, please no one depend on this
1 parent d4403a3 commit cf579d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/binary_view.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@ impl<T: BinaryViewBase> BinaryViewExt for T {}
19791979
/// has only a weak reference to the [`BinaryView`].
19801980
#[derive(PartialEq, Eq, Hash)]
19811981
pub struct BinaryView {
1982-
pub(crate) handle: *mut BNBinaryView,
1982+
pub handle: *mut BNBinaryView,
19831983
}
19841984

19851985
impl BinaryView {

0 commit comments

Comments
 (0)