From c617d072c440a62c93d14096e799a2c24601c17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Chuda=C5=9B?= Date: Thu, 9 Jan 2025 14:34:01 +0100 Subject: [PATCH] clippy --- integration-tests/src/test_loop/tests/resharding_v3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/src/test_loop/tests/resharding_v3.rs b/integration-tests/src/test_loop/tests/resharding_v3.rs index c3b42a959a2..c6b39c8eff1 100644 --- a/integration-tests/src/test_loop/tests/resharding_v3.rs +++ b/integration-tests/src/test_loop/tests/resharding_v3.rs @@ -616,7 +616,7 @@ fn test_resharding_v3_do_not_track_children_after_resharding() { test_resharding_v3_base( TestReshardingParametersBuilder::default() .num_clients(num_clients) - .tracked_shard_schedule(Some(tracked_shard_schedule.clone())) + .tracked_shard_schedule(Some(tracked_shard_schedule)) .build(), ); }