Skip to content

Commit

Permalink
remove static
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikkon committed Oct 13, 2024
1 parent 9c375ab commit fc037bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arrow-array/src/builder/generic_list_view_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ impl<O: OffsetSizeTrait, T: ArrayBuilder + Default> Default for GenericListViewB

impl<OffsetSize: OffsetSizeTrait, T: ArrayBuilder> ArrayBuilder
for GenericListViewBuilder<OffsetSize, T>
where
T: 'static,
{
/// Returns the builder as a non-mutable `Any` reference.
fn as_any(&self) -> &dyn Any {
Expand Down

0 comments on commit fc037bf

Please sign in to comment.