summaryrefslogtreecommitdiff
path: root/rust/src/custombinaryview.rs
diff options
context:
space:
mode:
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);