From 95aec51b2c04887a49c0954cae806d970c8a1b19 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 15 Feb 2023 22:11:45 +0200 Subject: refactor(tvix/store): remove useless clone in test Change-Id: If62887cbc3338110cb7c815ec2ee2160fae04353 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8111 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: raitobezarius --- tvix/store/src/proto/tests/pathinfo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store/src/proto') diff --git a/tvix/store/src/proto/tests/pathinfo.rs b/tvix/store/src/proto/tests/pathinfo.rs index 35a2771c300a..584bc5920684 100644 --- a/tvix/store/src/proto/tests/pathinfo.rs +++ b/tvix/store/src/proto/tests/pathinfo.rs @@ -201,7 +201,7 @@ fn validate_references() { signatures: vec![], reference_names: vec![format!("/nix/store/{}", DUMMY_NAME)], }), - ..path_info.clone() + ..path_info }; assert!(path_info_with_narinfo.validate().is_ok()); } -- cgit 1.4.1