Skip to content

Commit

Permalink
remove unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwmanning committed Mar 20, 2024
1 parent 97faeb1 commit 81fe2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlanez-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ macro_rules! delta_impl {
unsafe {
[<fl_delta_encode_ $T>](
input,
base,// as *mut [Self; 128 / size_of::<Self>()],
base,
array_mut_ref![output.reserve_uninit(1024), 0, 1024] as *mut [std::mem::MaybeUninit<Self>; 1024] as *mut [Self; 1024],
);
output.set_len(output.len() + 1024)
Expand Down

0 comments on commit 81fe2ed

Please sign in to comment.