Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 30, 2024
1 parent 3a9e692 commit c599b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_chunk_store/tests/drop_time_range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn drop_time_range() -> anyhow::Result<()> {
let entity_path = EntityPath::from("this/that");
let timeline = Timeline::new_sequence("timeline");
let data = MyColor::from_rgb(255, 0, 0);
let time_point_at = |time: i64| TimePoint::from([(timeline.clone(), time)]);
let time_point_at = |time: i64| TimePoint::from([(timeline, time)]);

for config in [
ChunkStoreConfig::DEFAULT,
Expand Down

0 comments on commit c599b56

Please sign in to comment.