From a651dd81ff72d5155b122ce99e9252d6e714cc1e Mon Sep 17 00:00:00 2001 From: rose <47357290+rose4096@users.noreply.github.com> Date: Wed, 22 Jun 2022 13:37:21 -0400 Subject: Rust API: Change instruction_text to use Vec<> --- rust/src/custombinaryview.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/src/custombinaryview.rs') 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(ctxt: *mut c_void) -> bool - where - T: CustomBinaryViewType, + where + T: CustomBinaryViewType, { ffi_wrap!("BinaryViewTypeBase::is_deprecated", unsafe { let view_type = &*(ctxt as *mut T); -- cgit v1.3.1