Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Jan 9, 2025
1 parent 09420ea commit 4a99a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/row_group_column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub fn RowGroupColumn(parquet_reader: super::ParquetReader) -> impl IntoView {
Effect::watch(
column_byte_range,
move |byte_range, _, _| {
let byte_range = byte_range.clone();
let byte_range = *byte_range;
let metadata = metadata.clone();
let mut reader = reader.clone();
leptos::task::spawn_local(async move {
Expand Down

0 comments on commit 4a99a90

Please sign in to comment.