summaryrefslogtreecommitdiff
path: root/rust/src/custombinaryview.rs
diff options
context:
space:
mode:
authorrose <47357290+rose4096@users.noreply.github.com>2022-06-22 13:37:21 -0400
committerrose <47357290+rose4096@users.noreply.github.com>2022-06-23 12:00:25 -0400
commita651dd81ff72d5155b122ce99e9252d6e714cc1e (patch)
treec343b19b77d286ff51356b1d11001a524682ac89 /rust/src/custombinaryview.rs
parent6c6dc60787427789e4bc9e3a20cca304a8210e8d (diff)
Rust API: Change instruction_text to use Vec<>
Diffstat (limited to 'rust/src/custombinaryview.rs')
-rw-r--r--rust/src/custombinaryview.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/src/custombinaryview.rs b/rust/src/custombinaryview.rs
index d547c388..35e4b0fe 100644
--- a/rust/src/custombinaryview.rs
+++ b/rust/src/custombinaryview.rs
@@ -56,8 +56,8 @@ where
}
extern "C" fn cb_deprecated<T>(ctxt: *mut c_void) -> bool
- where
- T: CustomBinaryViewType,
+ where
+ T: CustomBinaryViewType,
{
ffi_wrap!("BinaryViewTypeBase::is_deprecated", unsafe {
let view_type = &*(ctxt as *mut T);