diff options
Diffstat (limited to 'ext/ffi/repr.rs')
-rw-r--r-- | ext/ffi/repr.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ffi/repr.rs b/ext/ffi/repr.rs index 9208861cb..d6acc8ad2 100644 --- a/ext/ffi/repr.rs +++ b/ext/ffi/repr.rs @@ -44,7 +44,7 @@ where Ok(a == b) } -#[op2(fast)] +#[op2] pub fn op_ffi_ptr_of<FP>( state: &mut OpState, #[anybuffer] buf: *const u8, @@ -172,7 +172,7 @@ where Ok(array_buffer) } -#[op2(fast)] +#[op2] pub fn op_ffi_buf_copy_into<FP>( state: &mut OpState, src: *mut c_void, |