Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
wangrunji0408 committed Oct 30, 2023
1 parent 15cf22d commit 184bc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/src/array/list_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ impl Row for ListRef<'_> {
}

fn iter(&self) -> impl Iterator<Item = DatumRef<'_>> {
self.clone().iter()
(*self).iter()
}
}

Expand Down

0 comments on commit 184bc84

Please sign in to comment.