Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Nov 29, 2024
1 parent 2e49487 commit 243d699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/viewer/re_time_panel/tests/time_panel_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub fn time_panel_dense_data_should_match_snapshot() {
run_time_panel_and_save_snapshot(test_context, "time_panel_dense_data");
}

fn run_time_panel_and_save_snapshot(mut test_context: TestContext, snapshot_name: &str) {
fn run_time_panel_and_save_snapshot(mut test_context: TestContext, _snapshot_name: &str) {
let mut panel = TimePanel::default();

//TODO(ab): this contains a lot of boilerplate which should be provided by helpers
Expand Down Expand Up @@ -105,5 +105,5 @@ fn run_time_panel_and_save_snapshot(mut test_context: TestContext, snapshot_name

//TODO(#8245): enable this everywhere when we have a software renderer setup
#[cfg(target_os = "macos")]
harness.wgpu_snapshot(snapshot_name);
harness.wgpu_snapshot(_snapshot_name);
}

0 comments on commit 243d699

Please sign in to comment.