Skip to content

Commit

Permalink
remove static
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-isaacs committed Dec 18, 2024
1 parent d066657 commit 1871664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-array/src/array/arbitrary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fn random_list_offset<O>(
n: &Nullability,
) -> Result<ArrayData>
where
O: PrimInt + NativePType + 'static,
O: PrimInt + NativePType,
Scalar: From<O>,
usize: AsPrimitive<O>,
{
Expand Down

0 comments on commit 1871664

Please sign in to comment.